aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller14-33/+92
2017-08-20ipv6: repair fib6 tree in failure caseWei Wang1-13/+11
2017-08-18net: style cleanupsstephen hemminger1-32/+36
2017-08-18net: mark receive queue attributes ro_after_initstephen hemminger1-12/+13
2017-08-18net: make queue attributes ro_after_initstephen hemminger1-21/+19
2017-08-18net: make BQL sysfs attributes ro_after_initstephen hemminger1-11/+11
2017-08-18net: drop unused attribute argument from sysfs queue funcsstephen hemminger1-26/+11
2017-08-18net: make net sysfs attributes ro_after_initstephen hemminger1-2/+2
2017-08-18net: constify net_ns_type_operationsstephen hemminger1-1/+1