summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2019-10-29net: dsa: return directly from dsa_to_portVivien Didelot-3/+3
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn-0/+23
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo-3/+8
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven-1/+1
2019-10-28mac80211: fix a typo of "function"Joe Perches-1/+1
2019-10-28mac80211: typo fixes in kerneldoc commentsChris Packham-8/+8
2019-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+1
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-17/+12
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault-1/+1
2019-10-25net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)-3/+7
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo-1/+0
2019-10-24vxlan: add adjacent link to limit depth levelTaehee Yoo-0/+1
2019-10-24bonding: use dynamic lockdep key instead of subclassTaehee Yoo-0/+1
2019-10-24ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet-0/+1
2019-10-23net/flow_dissector: switch to siphashEric Dumazet-4/+5
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso-2/+2
2019-10-23netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso-1/+1
2019-10-23netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso-1/+7
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso-2/+1
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot-1/+0
2019-10-22net: dsa: allocate ports on touchVivien Didelot-2/+0
2019-10-22net: dsa: use ports list to setup default CPU portVivien Didelot-5/+0
2019-10-22net: dsa: use ports list to setup switchesVivien Didelot-0/+4
2019-10-22net: dsa: use ports list in dsa_to_portVivien Didelot-1/+8
2019-10-22net: dsa: add ports list in the switch fabricVivien Didelot-0/+5
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot-1/+1
2019-10-21ipv4: fix IPSKB_FRAG_PMTU handling with fragmentationEric Dumazet-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-26/+61
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet-8/+17
2019-10-17netfilter: conntrack: free extension area immediatelyFlorian Westphal-10/+0
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub...David S. Miller-2/+9
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet-5/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet-7/+11
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet-1/+1
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko-3/+5
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet-1/+2
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet-1/+3
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet-1/+1
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet-2/+2
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun-0/+1
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun-0/+1
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun-0/+1
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long-0/+7
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long-7/+2
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long-0/+5
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai-1/+1
2019-10-09xfrm: ifdef setsockopt(UDP_ENCAP_ESPINUDP/UDP_ENCAP_ESPINUDP_NON_IKE)Alexey Dobriyan-7/+0
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski-0/+8