| Commit message (Expand) | Author | Age | Files | Lines |
* | net/flow_dissector: switch to siphash | Eric Dumazet | 2019-11-10 | 1 | -28/+20 |
* | net: use skb_queue_empty_lockless() in busy poll contexts | Eric Dumazet | 2019-11-10 | 2 | -2/+2 |
* | net: use skb_queue_empty_lockless() in poll() handlers | Eric Dumazet | 2019-11-10 | 1 | -2/+2 |
* | net: add READ_ONCE() annotation in __skb_wait_for_more_packets() | Eric Dumazet | 2019-11-10 | 1 | -1/+1 |
* | net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol() | zhanglin | 2019-11-10 | 1 | -1/+3 |
* | net: annotate accesses to sk->sk_incoming_cpu | Eric Dumazet | 2019-11-10 | 1 | -2/+2 |
* | net: Unpublish sk from sk_reuseport_cb before call_rcu | Martin KaFai Lau | 2019-10-07 | 1 | -3/+8 |
* | net: gso: Fix skb_segment splat when splitting gso_size mangled skb having li... | Shmulik Ladkani | 2019-09-19 | 1 | -0/+19 |
* | net: Fix null de-reference of device refcount | Subash Abhinov Kasiviswanathan | 2019-09-19 | 1 | -0/+2 |
* | net: fix skb use after free in netpoll | Feng Sun | 2019-09-10 | 1 | -3/+3 |
* | tcp: make sure EPOLLOUT wont be missed | Eric Dumazet | 2019-09-06 | 1 | -7/+9 |
* | bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K | Daniel Borkmann | 2019-08-25 | 1 | -3/+17 |
* | bpf: add bpf_jit_limit knob to restrict unpriv allocations | Daniel Borkmann | 2019-08-25 | 1 | -2/+8 |
* | bpf: restrict access to core bpf sysctls | Daniel Borkmann | 2019-08-25 | 1 | -3/+38 |
* | bpf: get rid of pure_initcall dependency to enable jits | Daniel Borkmann | 2019-08-25 | 1 | -6/+12 |
* | net: fix ifindex collision during namespace removal | Jiri Pirko | 2019-08-09 | 1 | -0/+2 |
* | tcp: fix tcp_set_congestion_control() use from bpf hook | Eric Dumazet | 2019-07-31 | 1 | -1/+2 |
* | net: neigh: fix multiple neigh timer scheduling | Lorenzo Bianconi | 2019-07-31 | 1 | -0/+2 |
* | bpf: sockmap, fix use after free from sleep in psock backlog workqueue | John Fastabend | 2019-07-21 | 1 | -0/+1 |
* | net: remove duplicate fetch in sock_getsockopt | JingYi Hou | 2019-07-03 | 1 | -3/+0 |
* | neigh: fix use-after-free read in pneigh_get_next | Eric Dumazet | 2019-06-22 | 1 | -0/+7 |
* | ethtool: check the return value of get_regs_len | Yunsheng Lin | 2019-06-11 | 1 | -2/+10 |
* | Revert "fib_rules: return 0 directly if an exactly same rule exists when NLM_... | Hangbin Liu | 2019-06-11 | 1 | -3/+3 |
* | Revert "fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return ... | Greg Kroah-Hartman | 2019-06-11 | 1 | -1/+0 |
* | pktgen: do not sleep with the thread lock held. | Paolo Abeni | 2019-06-11 | 1 | -0/+11 |
* | neighbor: Call __ipv4_neigh_lookup_noref in neigh_xmit | David Ahern | 2019-06-11 | 1 | -1/+8 |
* | ethtool: fix potential userspace buffer overflow | Vivien Didelot | 2019-06-11 | 1 | -1/+4 |
* | net-gro: fix use-after-free read in napi_gro_frags() | Eric Dumazet | 2019-06-09 | 1 | -1/+1 |
* | net: avoid weird emergency message | Eric Dumazet | 2019-05-25 | 1 | -1/+1 |
* | fib_rules: fix error in backport of e9919a24d302 ("fib_rules: return 0...") | Greg Kroah-Hartman | 2019-05-21 | 1 | -0/+1 |
* | fib_rules: return 0 directly if an exactly same rule exists when NLM_F_EXCL n... | Hangbin Liu | 2019-05-16 | 1 | -3/+3 |
* | net: don't keep lonely packets forever in the gro hash | Paolo Abeni | 2019-05-16 | 1 | -2/+5 |
* | net: ethtool: not call vzalloc for zero sized memory request | Li RongQing | 2019-04-17 | 1 | -15/+26 |
* | netns: provide pure entropy for net_hash_mix() | Eric Dumazet | 2019-04-17 | 1 | -0/+1 |
* | net-gro: Fix GRO flush when receiving a GSO packet. | Steffen Klassert | 2019-04-17 | 1 | -1/+1 |
* | net-sysfs: call dev_hold if kobject_init_and_add success | YueHaibing | 2019-04-03 | 1 | -2/+4 |
* | net: datagram: fix unbounded loop in __skb_try_recv_datagram() | Paolo Abeni | 2019-04-03 | 1 | -1/+1 |
* | gro_cells: make sure device is up in gro_cells_receive() | Eric Dumazet | 2019-03-19 | 1 | -4/+18 |
* | bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt() | Yafang Shao | 2019-03-13 | 1 | -0/+2 |
* | net-sysfs: Fix mem leak in netdev_register_kobject | YueHaibing | 2019-03-13 | 1 | -0/+3 |
* | bpf: bpf_setsockopt: reset sock dst on SO_MARK changes | Peter Oskolkov | 2019-02-27 | 1 | -1/+4 |
* | bpf: correctly set initial window on active Fast Open sender | Yuchung Cheng | 2019-02-27 | 1 | -1/+1 |
* | net: Do not allocate page fragments that are not skb aligned | Alexander Duyck | 2019-02-23 | 1 | -0/+4 |
* | net: Fix for_each_netdev_feature on Big endian | Hauke Mehrtens | 2019-02-23 | 1 | -2/+2 |
* | net: create skb_gso_validate_mac_len() | Daniel Axtens | 2019-02-20 | 1 | -13/+50 |
* | net: set default network namespace in init_dummy_netdev() | Josh Elsasser | 2019-02-06 | 1 | -0/+3 |
* | net: call sk_dst_reset when set SO_DONTROUTE | yupeng | 2019-01-26 | 1 | -0/+1 |
* | net, skbuff: do not prefer skb allocation fails early | David Rientjes | 2019-01-26 | 1 | -6/+1 |
* | bpf: in __bpf_redirect_no_mac pull mac only if present | Willem de Bruijn | 2019-01-23 | 2 | -10/+12 |
* | sock: Make sock->sk_stamp thread-safe | Deepa Dinamani | 2019-01-09 | 1 | -0/+3 |