aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-24ipv6: Use multipath hash from flow info if availableJakub Sitnicki1-1/+7
2017-08-24ipv6: Fold rt6_info_hash_nhsfn() into its only callerJakub Sitnicki1-11/+1
2017-08-24ipv6: Compute multipath hash for ICMP errors from offending packetJakub Sitnicki2-0/+51
2017-08-24ipv6: Add sysctl for per namespace flow label reflectionJakub Sitnicki2-0/+9
2017-08-24xdp: remove net_device names from xdp_redirect tracepointJesper Dangaard Brouer1-3/+3
2017-08-24xdp: make generic xdp redirect use tracepoint trace_xdp_redirectJesper Dangaard Brouer2-14/+25
2017-08-24xdp: remove bpf_warn_invalid_xdp_redirectJesper Dangaard Brouer1-8/+0
2017-08-24devlink: Move dpipe entry clear function into devlinkArkadi Sharshevsky1-0/+22
2017-08-24devlink: Add support for dynamic table sizeArkadi Sharshevsky1-5/+7
2017-08-24devlink: Add IPv4 header for dpipeArkadi Sharshevsky1-0/+17
2017-08-24devlink: Add Ethernet header for dpipeArkadi Sharshevsky1-0/+17
2017-08-23gre: remove duplicated assignment of iphColin Ian King1-1/+0
2017-08-23net: tipc: constify genl_opsArvind Yadav1-1/+1
2017-08-23net/sock: allow the user to set negative peek offsetPaolo Abeni1-3/+0
2017-08-23ipv4: do metrics match when looking up and deleting a routeXin Long3-1/+37
2017-08-23tcp: Extend SOF_TIMESTAMPING_RX_SOFTWARE to TCP recvmsgMike Maloney4-4/+100
2017-08-22gre: fix goto statement typoWilliam Tu1-2/+2
2017-08-22bpf: misc xdp redirect cleanupsDaniel Borkmann1-40/+32
2017-08-22net: sched: use kvmalloc() for class hash tablesEric Dumazet1-18/+4
2017-08-22gre: introduce native tunnel support for ERSPANWilliam Tu1-0/+269
2017-08-22udp: remove unreachable ufo branchesWillem de Bruijn2-9/+5
2017-08-22tcp: Remove the unused parameter for tcp_try_fastopen.Tonghao Zhang2-5/+3
2017-08-22tcp: Get a proper dst before checking it.Tonghao Zhang1-5/+4
2017-08-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-37/+79
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy4-45/+17
2017-08-21net: check type when freeing metadata dstDavid Lamparter1-1/+2
2017-08-21net: ipv6: put host and anycast routes on device with addressDavid Ahern3-56/+47
2017-08-21dsa: remove unused net_device arg from handlersFlorian Westphal9-17/+10