summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong2017-04-2113-128/+134
* bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-214-0/+19
* netvsc: Deal with rescinded channels correctlyK. Y. Srinivasan2017-04-211-0/+16
* Merge branch 'ibmvnic-updates-and-bug-fixes'David S. Miller2017-04-212-177/+61Star
|\
| * ibmvnic: Remove unused bouce bufferNathan Fontenot2017-04-212-57/+0Star
| * ibmvnic: Allocate zero-filled memory for sub crqsNathan Fontenot2017-04-211-6/+3Star
| * ibmvnic: Disable irq prior to closeBrian King2017-04-211-0/+18
| * ibmvnic: Correct crq and resource releasingNathan Fontenot2017-04-211-3/+6
| * ibmvnic: Remove inflight listNathan Fontenot2017-04-212-88/+19Star
| * ibmvnic: Do not disable IRQ after scheduling taskletBrian King2017-04-211-19/+6Star
| * ibmvnic: Fixup atomic API usageBrian King2017-04-211-6/+4Star
| * ibmvnic: Unmap longer term buffer before freeBrian King2017-04-211-1/+1
| * 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