summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ibmvnic: Fix ibmvnic_change_mac_addr struct formatMurilo Fossa Vicentini2017-04-212-3/+4
* ibmvnic: Report errors when failing to release sub-crqsThomas Falcon2017-04-211-0/+6
* liquidio: remove unnecessary variable assignmentArnd Bergmann2017-04-211-2/+0Star
* Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2017-04-216-2/+24
* Merge branch 'iptunnel-policy-based-routing'David S. Miller2017-04-2111-47/+134
|\
| * ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-216-44/+93
| * ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek2017-04-215-3/+41
|/
* net: dsa: Remove redundant NULL dst checkFlorian Fainelli2017-04-211-5/+0Star
* net/mlx5e: IPoIB, Fix error handling in mlx5_rdma_netdev_alloc()Dan Carpenter2017-04-201-2/+3
* qede: allocate enough data for ->arfs_fltr_bmapDan Carpenter2017-04-201-1/+2
* tcp_cubic: fix typo in module param descriptionChema Gonzalez2017-04-201-1/+1
* Add Jiri Pirko as TC subsystem co-maintainerJamal Hadi Salim2017-04-201-0/+1
* Add Cong Wang as TC subsystem co-maintainerJamal Hadi Salim2017-04-201-0/+1
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-04-209-193/+287
|\
| * ixgbe: Fix output from ixgbe_dumpAlexander Duyck2017-04-191-3/+1Star
| * ixgbe: Add support for maximum headroom when using build_skbAlexander Duyck2017-04-182-8/+53
| * ixgbe: add check for VETO bit when configuring link for KRTony Nguyen2017-04-181-0/+3
| * ixgbevf: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-04-181-11/+11
| * ixgbe: Remove unused defineDon Skidmore2017-04-181-3/+0Star
| * ixgbe: do not use adapter->num_vfs when setting VFs via module parameterEmil Tantilov2017-04-183-30/+28Star
| * ixgbe: return early instead of wrap block in if statementEmil Tantilov2017-04-181-44/+41Star
| * ixgbe: move num_vfs_macvlans allocation into separate functionEmil Tantilov2017-04-181-19/+29
| * ixgbe: add default setup_link for x550em_a MAC typeEmil Tantilov2017-04-181-1/+1
| * ixgbe: list X553 backplane speeds correctlyDon Skidmore2017-04-182-0/+19
| * ixgbe: Add X552 XFI backplane supportDon Skidmore2017-04-184-0/+18
| * ixgbe: Complete support for X553 sgmiiDon Skidmore2017-04-181-2/+27
| * ixgbe: Remove driver config for KX4 PHYTony Nguyen2017-04-183-52/+3Star
| * ixgbe: Remove pr_cont usesJoe Perches2017-04-181-37/+47
| * ixgbe: Avoid Tx hang by not allowing more than the number of VFs supported.Usha Ketineni2017-04-182-3/+26
* | net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org2017-04-201-9/+15
* | Merge branch 'tcp_poll-flakes'David S. Miller2017-04-201-9/+11
|\ \
| * | tcp: remove poll() flakes with FastOpenEric Dumazet2017-04-201-7/+9
| * | tcp: remove poll() flakes when receiving RSTEric Dumazet2017-04-201-2/+2
|/ /
* | Merge branch 'mlxsw-flow-based-forwarding-OVS'David S. Miller2017-04-2010-34/+186
|\ \
| * | mlxsw: spectrum: Add FID miss trapJiri Pirko2017-04-202-0/+2
| * | mlxsw: spectrum: Allow ports to work under OVS masterJiri Pirko2017-04-202-2/+64
| * | net: add netif_is_ovs_port helperJiri Pirko2017-04-201-0/+5
| * | mlxsw: spectrum: Teach mlxsw_sp_port_vlan_set to accept any vlan rangeJiri Pirko2017-04-202-29/+29
| * | mlxsw: spectrum_flower: Set dummy FID before forward actionJiri Pirko2017-04-201-0/+5
| * | mlxsw: spectrum: Add dummy FID initializationJiri Pirko2017-04-202-1/+24
| * | mlxsw: spectrum: Implement action to set FIDJiri Pirko2017-04-204-0/+55
| * | mlxsw: spectrum: Fix indent in mlxsw_sp_netdevice_port_upper_eventJiri Pirko2017-04-201-2/+2
|/ /
* | bindings: net: stmmac: add missing note about LPI interruptNiklas Cassel2017-04-201-5/+8
* | bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser2017-04-201-1/+2
* | Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller2017-04-2084-540/+1802
|\ \
| * | nl80211: Fix enum type of variable in nl80211_put_sta_rate()Matthias Kaehlcke2017-04-181-1/+1
| * | mac80211: ibss: Fix channel type enum in ieee80211_sta_join_ibss()Matthias Kaehlcke2017-04-181-2/+2
| * | cfg80211: Fix array-bounds warning in fragment copyMatthias Kaehlcke2017-04-181-3/+3
| * | mac80211: keep a separate list of monitor interfaces that are upJohannes Berg2017-04-184-12/+22
| * | nl80211: add request id in scheduled scan event messagesArend Van Spriel2017-04-184-17/+16Star