aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-31bridge: add tracepoint in br_fdb_updateRoopa Prabhu2-1/+5
2017-08-31net_sched: add reverse binding for tc classCong Wang10-2/+147
2017-08-30devlink: Maintain consistency in mac field nameDavid Ahern1-1/+1
2017-08-30ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200"Ahmed Abdelsalam1-6/+12
2017-08-30net/sched: Change act_api and act_xxx modules to use IDRChris Mi17-292/+254
2017-08-30net/sched: Change cls_flower to use IDRChris Mi1-32/+23
2017-08-30tcp: Revert "tcp: remove header prediction"Florian Westphal5-6/+192
2017-08-30tcp: Revert "tcp: remove CA_ACK_SLOWPATH"Florian Westphal2-20/+46
2017-08-29neigh: increase queue_len_bytes to match wmem_defaultEric Dumazet5-14/+4
2017-08-29ipv6: Use rt6i_idev index for echo replies to a local addressDavid Ahern1-13/+20
2017-08-29nsh: add GSO supportJiri Benc5-0/+103
2017-08-29act_ife: use registered ife_type as fallbackAlexander Aring1-14/+3
2017-08-29bridge: fdb add and delete tracepointsRoopa Prabhu2-0/+13
2017-08-29xdp: separate xdp_redirect tracepoint in map caseJesper Dangaard Brouer1-2/+2
2017-08-29xdp: separate xdp_redirect tracepoint in error caseJesper Dangaard Brouer1-13/+24
2017-08-29xdp: tracepoint xdp_redirect also need a map argumentJesper Dangaard Brouer1-3/+3
2017-08-29xdp: remove redundant argument to trace_xdp_redirectJesper Dangaard Brouer1-3/+3
2017-08-29Merge tag 'rxrpc-next-20170829' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller13-77/+285
2017-08-29addrlabel: add/delete/get can run without rtnlFlorian Westphal1-5/+17
2017-08-29rxrpc: Allow failed client calls to be retriedDavid Howells5-31/+200
2017-08-29rxrpc: Add notification of end-of-Tx phaseDavid Howells1-7/+27
2017-08-29rxrpc: Remove some excess whitespaceDavid Howells1-3/+3
2017-08-29rxrpc: Don't negate call->error before returning itDavid Howells1-4/+4
2017-08-29rxrpc: Fix IPv6 supportDavid Howells8-18/+31
2017-08-29rxrpc: Use correct timestamp from Kerberos 5 ticketDavid Howells1-1/+1
2017-08-29net: rxrpc: Replace time_t type with time64_t typeBaolin Wang3-16/+22
2017-08-28net/ncsi: Configure VLAN tag filterSamuel Mendoza-Jonas3-4/+324
2017-08-28net/ncsi: Fix several packet definitionsSamuel Mendoza-Jonas3-7/+8
2017-08-28irda: move net/irda/ to drivers/staging/irda/net/Greg Kroah-Hartman53-31655/+0
2017-08-28sched: sfq: drop packets after root qdisc lock is releasedGao Feng1-7/+13
2017-08-28hv_sock: implements Hyper-V transport for Virtual Sockets (AF_VSOCK)Dexuan Cui3-0/+919
2017-08-28net: Add comment that early_demux can change via sysctlDavid Ahern3-0/+12
2017-08-28gre: add collect_md mode to ERSPAN tunnelWilliam Tu1-4/+98
2017-08-28gre: refactor the gre_fb_xmitWilliam Tu1-15/+40
2017-08-28Revert "ipv4: make net_protocol const"David Ahern1-2/+2
2017-08-28RDS: make rhashtable_params constBhumika Goyal1-1/+1
2017-08-28ipv4: make net_protocol constBhumika Goyal1-2/+2
2017-08-28bridge: make ebt_table constBhumika Goyal1-1/+1
2017-08-28bpf: sockmap requires STREAM_PARSER add Kconfig entryJohn Fastabend1-0/+12
2017-08-25tcp: fix hang in tcp_sendpage_locked()Eric Dumazet1-2/+1
2017-08-25net_sched: kill u32_node pointer in QdiscWANG Cong1-4/+53
2017-08-25net_sched: remove tc class reference countingWANG Cong20-260/+105
2017-08-25net_sched: introduce tclass_del_notify()WANG Cong1-6/+33
2017-08-25net_sched: get rid of more forward declarationsWANG Cong1-179/+169
2017-08-25ipv6: sr: implement additional seg6local actionsDavid Lebrun1-0/+147
2017-08-25ipv6: sr: add helper functions for seg6localDavid Lebrun2-89/+101
2017-08-25ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun1-0/+8
2017-08-25ipv6: sr: add support for encapsulation of L2 framesDavid Lebrun1-2/+23
2017-08-25ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2-11/+38
2017-08-24strparser: initialize all callbacksEric Biggers2-7/+6