summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: Remove usage of net_device last_rx memberTobias Klauser2017-01-1824-46/+22
* net: dsa: use cpu_switch instead of ds[0]Vivien Didelot2017-01-186-11/+11
* net: dsa: store CPU switch structure in the treeVivien Didelot2017-01-183-11/+9
* net: ethernet: ti: davinci_cpdma: correct check on NULL in set rateIvan Khoronzhuk2017-01-181-1/+2
* Merge branch 'vhost_net-batching'David S. Miller2017-01-183-11/+96
|\
| * tun: rx batchingJason Wang2017-01-181-6/+70
| * vhost_net: tx batchingJason Wang2017-01-181-3/+20
| * vhost: better detection of available buffersJason Wang2017-01-181-2/+6
|/
* net:add one common config ARCH_WANT_RELAX_ORDER to support relax orderingMao Wenan2017-01-183-1/+5
* Merge branch 'ipv6-simplify-rt6_fill_node'David S. Miller2017-01-183-36/+21
|\
| * net: ipv6: remove prefix arg to rt6_fill_nodeDavid Ahern2017-01-181-15/+12
| * net: ipv6: remove nowait arg to rt6_fill_nodeDavid Ahern2017-01-183-25/+13
|/
* Merge branch 'sctp-sender-side-stream-reconf-ssn-reset-request-chunk'David S. Miller2017-01-1819-16/+583
|\
| * sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-186-10/+149
| * sctp: add sockopt SCTP_ENABLE_STREAM_RESETXin Long2017-01-184-0/+96
| * sctp: add reconf_enable in asoc ep and netnsXin Long2017-01-186-2/+28
| * sctp: add stream reconf primitiveXin Long2017-01-186-1/+41
| * sctp: add stream reconf timerXin Long2017-01-188-2/+113
| * sctp: add support for generating stream reconf ssn reset request chunkXin Long2017-01-185-1/+156
|/
* Merge branch 'rework-inet_csk_get_port'David S. Miller2017-01-1815-247/+230
|\
| * inet: reset tb->fastreuseport when adding a reuseport skJosef Bacik2017-01-182-20/+95
| * inet: split inet_csk_get_port into two functionsJosef Bacik2017-01-181-22/+44
| * inet: don't check for bind conflicts twice when searching for a portJosef Bacik2017-01-181-20/+11
| * inet: kill smallest_size and smallest_portJosef Bacik2017-01-183-26/+4
| * inet: drop ->bind_conflictJosef Bacik2017-01-188-72/+7
| * inet: collapse ipv4/v6 rcv_saddr_equal functions into oneJosef Bacik2017-01-189-113/+95
|/
* stmicro: add more information to Kconfigjpinto2017-01-182-9/+9
* net/mlx5e: Support bpf_xdp_adjust_head()Martin KaFai Lau2017-01-183-29/+40
* tcp: accept RST for rcv_nxt - 1 after receiving a FINJason Baron2017-01-171-3/+25
* net: ethoc: Make needlessly global struct ethtool_ops staticTobias Klauser2017-01-171-1/+1
* Merge branch 'sfc-RX-hash-config'David S. Miller2017-01-176-16/+146
|\
| * sfc: read back RX hash config from the NIC when querying it with ethtool -xEdward Cree2017-01-176-0/+96
| * sfc: support setting RSS hash key through ethtool APIEdward Cree2017-01-174-16/+50
|/
* cxgb4: Implement ndo_get_phys_port_id for mgmt devGanesh Goudar2017-01-171-0/+27
* net: ping: Use right format specifier to avoid type castingGao Feng2017-01-171-3/+3
* qed: Replace memset with eth_zero_addrShyam Saini2017-01-172-5/+4
* bridge: sparse fixes in br_ip6_multicast_alloc_query()Lance Richardson2017-01-172-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-17268-1472/+2474
|\
| * stmmac: add missing of_node_putJulia Lawall2017-01-171-0/+1
| * virtio: don't set VIRTIO_NET_HDR_F_DATA_VALID on xmitRolf Neugebauer2017-01-171-2/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-1760-210/+384
| |\
| | * net sched actions: fix refcnt when GETing of action after bindJamal Hadi Salim2017-01-161-3/+2
| | * Merge branch 'mlx4-core-fixes'David S. Miller2017-01-163-29/+37
| | |\
| | | * net/mlx4_core: Eliminate warning messages for SRQ_LIMIT under SRIOVJack Morgenstein2017-01-161-9/+14
| | | * net/mlx4_core: Fix when to save some qp context flags for dynamic VST to VGT ...Jack Morgenstein2017-01-161-2/+3
| | | * net/mlx4_core: Fix racy CQ (Completion Queue) freeJack Morgenstein2017-01-161-18/+20
| | |/
| | * net: stmmac: don't use netdev_[dbg, info, ..] before net_device is registeredHeiner Kallweit2017-01-161-9/+10
| | * net/mlx5e: Fix a -Wmaybe-uninitialized warningArnd Bergmann2017-01-161-4/+7
| | * ax25: Fix segfault after sock connection timeoutBasil Gunn2017-01-161-1/+1
| | * bpf: rework prog_digest into prog_tagDaniel Borkmann2017-01-169-21/+24