summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-203-0/+114
|\
| * bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev2019-06-151-0/+26
| * bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev2019-06-151-0/+16
| * bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2019-06-152-0/+28
| * bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-111-0/+40
| * bpf: allow CGROUP_SKB programs to use bpf_skb_cgroup_id() helperRoman Gushchin2019-06-071-0/+4
* | net/ipv4: fib_trie: Avoid cryptic ternary expressionsMatthias Kaehlcke2019-06-191-2/+8
* | inet: fix various use-after-free in defrags unitsEric Dumazet2019-06-195-23/+43
* | netns: add pre_exit method to struct pernet_operationsEric Dumazet2019-06-191-0/+28
* | page_pool: make sure struct device is stableJesper Dangaard Brouer2019-06-191-0/+8
* | page_pool: add tracepoints for page_pool with details need by XDPJesper Dangaard Brouer2019-06-192-1/+12
* | xdp: add tracepoints for XDP memJesper Dangaard Brouer2019-06-191-16/+5Star
* | xdp: force mem allocator removal and periodic warningJesper Dangaard Brouer2019-06-192-7/+48
* | xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer2019-06-192-22/+105
* | page_pool: introduce page_pool_free and use in mlx5Jesper Dangaard Brouer2019-06-191-4/+11
* | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+15
* | xdp: fix leak of IDA cyclic id if rhashtable_insert_slow failsJesper Dangaard Brouer2019-06-191-0/+2
* | net: page_pool: add helper function to unmap dma addressesIlias Apalodimas2019-06-191-0/+7
* | net: flow_offload: implement support for meta keyJiri Pirko2019-06-191-0/+7
* | net: sched: cls_flower: use flow_dissector for ingress ifindexJiri Pirko2019-06-191-6/+8
* | flow_dissector: add support for ingress ifindex dissectionJiri Pirko2019-06-191-0/+16
* | ipoib: show VF broadcast addressDenis Kirjanov2019-06-181-0/+5
* | ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-181-12/+17
* | ipv6: Add IPv6 multipath notification for route deleteIdo Schimmel2019-06-181-0/+6
* | ipv6: Add IPv6 multipath notifications for add / replaceIdo Schimmel2019-06-181-0/+15
* | ipv6: Extend notifier info for multipath routesIdo Schimmel2019-06-181-0/+17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-18135-1013/+439Star
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-1851-108/+407
| |\ \
| | * \ Merge branch 'tcp-fixes'David S. Miller2019-06-177-9/+42
| | |\ \
| | | * | tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet2019-06-161-0/+1
| | | * | tcp: add tcp_min_snd_mss sysctlEric Dumazet2019-06-163-2/+13
| | | * | tcp: tcp_fragment() should apply sane memory limitsEric Dumazet2019-06-162-0/+6
| | | * | tcp: limit payload size of sacked skbsEric Dumazet2019-06-163-9/+24
| | * | | lapb: fixed leak of control-blocks.Jeremy Sowden2019-06-171-0/+1
| | * | | tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-171-0/+1
| | * | | ax25: fix inconsistent lock state in ax25_destroy_timerEric Dumazet2019-06-161-0/+2
| | * | | neigh: fix use-after-free read in pneigh_get_nextEric Dumazet2019-06-161-0/+7
| | * | | tcp: fix compile error if !CONFIG_SYSCTLEric Dumazet2019-06-162-5/+5
| | * | | hv_sock: Suppress bogus "may be used uninitialized" warningsDexuan Cui2019-06-161-2/+2
| | * | | net: handle 802.1P vlan 0 packets properlyGovindarajulu Varadarajan2019-06-161-1/+29
| | |/ /
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-163-6/+11
| | |\ \
| | | * | bpf: Fix out of bounds memory access in bpf_sk_storageArthur Fabre2019-06-151-1/+2
| | | * | xdp: check device pointer before clearingIlya Maximets2019-06-121-5/+6
| | | * | bpf: net: Set sk_bpf_storage back to NULL for cloned skMartin KaFai Lau2019-06-121-0/+3
| | * | | vsock/virtio: set SOCK_DONE on peer shutdownStephen Barber2019-06-151-1/+3
| | * | | net: add high_order_alloc_disable sysctl/static keyEric Dumazet2019-06-152-1/+10
| | * | | tcp: add tcp_tx_skb_cache sysctlEric Dumazet2019-06-151-0/+8
| | * | | tcp: add tcp_rx_skb_cache sysctlEric Dumazet2019-06-151-0/+9
| | * | | net: sched: flower: don't call synchronize_rcu() on mask creationVlad Buslov2019-06-151-16/+18
| | * | | sctp: Free cookie before we memdup a new oneNeil Horman2019-06-151-0/+8