| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup | Sabrina Dubroca | 2019-12-18 | 1 | -2/+4 |
* | net: ipv6: add net argument to ip6_dst_lookup_flow | Sabrina Dubroca | 2019-12-18 | 1 | -1/+1 |
* | inet: protect against too small mtu values. | Eric Dumazet | 2019-12-18 | 1 | -0/+5 |
* | net/tls: use sg_next() to walk sg entries | Jakub Kicinski | 2019-12-04 | 1 | -1/+1 |
* | net/tls: remove the dead inplace_crypto code | Jakub Kicinski | 2019-12-04 | 1 | -1/+0 |
* | sctp: cache netns in sctp_ep_common | Xin Long | 2019-12-04 | 1 | -0/+3 |
* | net/tls: enable sk_msg redirect to tls socket egress | Willem de Bruijn | 2019-11-19 | 1 | -0/+2 |
* | devlink: disallow reload operation during device cleanup | Jiri Pirko | 2019-11-09 | 1 | -1/+4 |
* | net: fix data-race in neigh_event_send() | Eric Dumazet | 2019-11-08 | 1 | -2/+2 |
* | net/fq_impl: Switch to kvmalloc() for memory allocation | Toke Høiland-Jørgensen | 2019-11-08 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-11-06 | 1 | -1/+2 |
|\ |
|
| * | netfilter: nf_tables: Align nft_expr private data to 64-bit | Lukas Wunner | 2019-11-04 | 1 | -1/+2 |
* | | net/tls: add a TX lock | Jakub Kicinski | 2019-11-06 | 1 | -0/+5 |
* | | net: prevent load/store tearing on sk->sk_stamp | Eric Dumazet | 2019-11-05 | 1 | -2/+2 |
* | | net: sched: prevent duplicate flower rules from tcf_proto destroy race | John Hurley | 2019-11-05 | 1 | -0/+4 |
* | | bonding: fix state transition issue in link monitoring | Jay Vosburgh | 2019-11-05 | 1 | -2/+1 |
|/ |
|
* | net: annotate lockless accesses to sk->sk_napi_id | Eric Dumazet | 2019-10-30 | 1 | -3/+3 |
* | net: annotate accesses to sk->sk_incoming_cpu | Eric Dumazet | 2019-10-30 | 1 | -2/+2 |
* | net: fix sk_page_frag() recursion from memory reclaim | Tejun Heo | 2019-10-28 | 1 | -3/+8 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-10-27 | 1 | -0/+1 |
|\ |
|
| * | ipvs: move old_secure_tcp into struct netns_ipvs | Eric Dumazet | 2019-10-24 | 1 | -0/+1 |
* | | netns: fix GFP flags in rtnl_net_notifyid() | Guillaume Nault | 2019-10-25 | 1 | -1/+1 |
* | | net: hwbm: if CONFIG_NET_HWBM unset, make stub functions static | Ben Dooks (Codethink) | 2019-10-25 | 1 | -3/+7 |
* | | net: remove unnecessary variables and callback | Taehee Yoo | 2019-10-24 | 1 | -1/+0 |
* | | vxlan: add adjacent link to limit depth level | Taehee Yoo | 2019-10-24 | 1 | -0/+1 |
* | | bonding: use dynamic lockdep key instead of subclass | Taehee Yoo | 2019-10-24 | 1 | -0/+1 |
* | | net/flow_dissector: switch to siphash | Eric Dumazet | 2019-10-23 | 3 | -4/+5 |
|/ |
|
* | ipv4: fix IPSKB_FRAG_PMTU handling with fragmentation | Eric Dumazet | 2019-10-21 | 1 | -2/+2 |
* | net: reorder 'struct net' fields to avoid false sharing | Eric Dumazet | 2019-10-19 | 1 | -8/+17 |
* | tcp: annotate sk->sk_wmem_queued lockless reads | Eric Dumazet | 2019-10-13 | 1 | -5/+10 |
* | tcp: annotate sk->sk_sndbuf lockless reads | Eric Dumazet | 2019-10-13 | 1 | -7/+11 |
* | tcp: annotate sk->sk_rcvbuf lockless reads | Eric Dumazet | 2019-10-13 | 1 | -2/+2 |
* | tcp: annotate tp->snd_nxt lockless reads | Eric Dumazet | 2019-10-13 | 1 | -1/+2 |
* | tcp: annotate tp->write_seq lockless reads | Eric Dumazet | 2019-10-13 | 1 | -1/+1 |
* | net: silence KCSAN warnings about sk->sk_backlog.len reads | Eric Dumazet | 2019-10-09 | 1 | -1/+2 |
* | net: annotate sk->sk_rcvlowat lockless reads | Eric Dumazet | 2019-10-09 | 1 | -1/+3 |
* | tcp: annotate lockless access to tcp_memory_pressure | Eric Dumazet | 2019-10-09 | 1 | -1/+1 |
* | net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_head | Eric Dumazet | 2019-10-09 | 1 | -2/+2 |
* | sctp: add chunks to sk_backlog when the newsk sk_socket is not set | Xin Long | 2019-10-09 | 1 | -0/+5 |
* | Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin... | Jakub Kicinski | 2019-10-08 | 1 | -0/+8 |
|\ |
|
| * | mac80211: fix scan when operating on DFS channels in ETSI domains | Aaron Komisar | 2019-10-07 | 1 | -0/+8 |
* | | llc: fix sk_buff leak in llc_conn_service() | Eric Biggers | 2019-10-08 | 1 | -1/+1 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2019-09-27 | 1 | -0/+6 |
|\ |
|
| * | netfilter: nf_tables: bogus EBUSY when deleting flowtable after flush | Laura Garcia Liebana | 2019-09-25 | 1 | -0/+4 |
| * | netfilter: nf_tables: add NFT_CHAIN_POLICY_UNSET and use it | Pablo Neira Ayuso | 2019-09-20 | 1 | -0/+2 |
* | | tcp: honor SO_PRIORITY in TIME_WAIT state | Eric Dumazet | 2019-09-27 | 1 | -0/+1 |
* | | ipv6: add priority parameter to ip6_xmit() | Eric Dumazet | 2019-09-27 | 1 | -1/+1 |
* | | sch_netem: fix rcu splat in netem_enqueue() | Eric Dumazet | 2019-09-27 | 1 | -0/+5 |
* | | ipv4: Revert removal of rt_uses_gateway | David Ahern | 2019-09-20 | 1 | -1/+2 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-09-18 | 70 | -301/+1153 |
|\ |
|