aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19inet: fix various use-after-free in defrags unitsEric Dumazet5-23/+43
2019-06-19netns: add pre_exit method to struct pernet_operationsEric Dumazet1-0/+28
2019-06-19page_pool: make sure struct device is stableJesper Dangaard Brouer1-0/+8
2019-06-19page_pool: add tracepoints for page_pool with details need by XDPJesper Dangaard Brouer2-1/+12
2019-06-19xdp: add tracepoints for XDP memJesper Dangaard Brouer1-16/+5
2019-06-19xdp: force mem allocator removal and periodic warningJesper Dangaard Brouer2-7/+48
2019-06-19xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer2-22/+105
2019-06-19page_pool: introduce page_pool_free and use in mlx5Jesper Dangaard Brouer1-4/+11
2019-06-19xdp: page_pool related fix to cpumapJesper Dangaard Brouer1-0/+15
2019-06-19xdp: fix leak of IDA cyclic id if rhashtable_insert_slow failsJesper Dangaard Brouer1-0/+2
2019-06-19net: page_pool: add helper function to unmap dma addressesIlias Apalodimas1-0/+7
2019-06-19net: flow_offload: implement support for meta keyJiri Pirko1-0/+7
2019-06-19net: sched: cls_flower: use flow_dissector for ingress ifindexJiri Pirko1-6/+8
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko1-0/+16
2019-06-18ipoib: show VF broadcast addressDenis Kirjanov1-0/+5
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel1-12/+17
2019-06-18ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel1-0/+6
2019-06-18ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel1-0/+15
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel1-0/+17
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller135-1013/+439
2019-06-17net: ipv4: remove erroneous advancement of list pointerFlorian Westphal1-2/+1
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds51-108/+407
2019-06-17net: sched: cls_matchall: allow to delete filterJiri Pirko1-2/+7
2019-06-17net: sched: act_ctinfo: fix policy validationKevin Darbyshire-Bryant1-1/+2
2019-06-17net: sched: act_ctinfo: fix action creationKevin Darbyshire-Bryant1-0/+1
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel2-68/+31
2019-06-17tipc: include retrans failure detection for unicastTuong Lien1-36/+70
2019-06-17Merge branch 'tcp-fixes'David S. Miller7-9/+42
2019-06-16lapb: fixed leak of control-blocks.Jeremy Sowden1-0/+1
2019-06-16tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long1-0/+1
2019-06-16lapb: moved export of lapb_register.Jeremy Sowden1-2/+1
2019-06-16ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet1-0/+2
2019-06-16neigh: fix use-after-free read in pneigh_get_nextEric Dumazet1-0/+7
2019-06-16tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2-5/+5
2019-06-16hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui1-2/+2
2019-06-16net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan1-1/+29
2019-06-15tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet1-0/+1
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet3-2/+13
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2-0/+6
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet3-9/+24
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+11
2019-06-15bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre1-1/+2
2019-06-15net: sched: remove NET_CLS_IND config optionJiri Pirko4-38/+1
2019-06-15vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber1-1/+3
2019-06-14net: dsa: use switchdev handle helpersVivien Didelot1-44/+32
2019-06-14net: dsa: make dsa_slave_dev_check use constVivien Didelot1-2/+2
2019-06-14net: dsa: do not check orig_dev in vlan delVivien Didelot1-9/+0
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet2-1/+10
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-0/+8
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-0/+9