aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29net/smc: remove unneeded include for smc.hUrsula Braun1-1/+0
2019-10-29net: dsa: return directly from dsa_to_portVivien Didelot1-3/+3
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn1-0/+23
2019-10-28net: Fix various misspellings of "connect"Geert Uytterhoeven1-1/+1
2019-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-17/+12
2019-10-23netfilter: nf_tables: support for multiple devices per netdev hookPablo Neira Ayuso1-2/+2
2019-10-23netfilter: nf_tables: increase maximum devices number per flowtablePablo Neira Ayuso1-1/+1
2019-10-23netfilter: nf_tables: dynamically allocate hooks per net_device in flowtablesPablo Neira Ayuso1-1/+7
2019-10-23netfilter: nf_flow_table: move priority to struct nf_flowtablePablo Neira Ayuso2-2/+1
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+0
2019-10-22net: dsa: allocate ports on touchVivien Didelot1-2/+0
2019-10-22net: dsa: use ports list to setup default CPU portVivien Didelot1-5/+0
2019-10-22net: dsa: use ports list to setup switchesVivien Didelot1-0/+4
2019-10-22net: dsa: use ports list in dsa_to_portVivien Didelot1-1/+8
2019-10-22net: dsa: add ports list in the switch fabricVivien Didelot1-0/+5
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-26/+61
2019-10-19net: reorder 'struct net' fields to avoid false sharingEric Dumazet1-8/+17
2019-10-17netfilter: conntrack: free extension area immediatelyFlorian Westphal1-10/+0
2019-10-13Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-2/+9
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-5/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-7/+11
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+2
2019-10-13tcp: annotate tp->snd_nxt lockless readsEric Dumazet1-1/+2
2019-10-13tcp: annotate tp->write_seq lockless readsEric Dumazet1-1/+1
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko1-3/+5
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+2
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+3
2019-10-09tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-1/+1
2019-10-09net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-2/+2
2019-10-09net/smc: no new connections on disappearing devicesUrsula Braun1-0/+1
2019-10-09net/smc: separate locks for SMCD and SMCR link group listsUrsula Braun1-0/+1
2019-10-09net/smc: separate SMCD and SMCR link group listsUrsula Braun1-0/+1
2019-10-09sctp: add SCTP_SEND_FAILED_EVENT eventXin Long1-0/+7
2019-10-09sctp: add SCTP_ADDR_ADDED eventXin Long1-7/+2
2019-10-09sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-0/+5
2019-10-08Merge tag 'mac80211-for-davem-2019-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211Jakub Kicinski1-0/+8
2019-10-08llc: fix sk_buff leak in llc_conn_service()Eric Biggers1-1/+1
2019-10-08ipvs: batch __ip_vs_cleanupHaishuang Yan1-1/+1
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar1-0/+8
2019-10-07net/tls: store decrypted on a single bitJakub Kicinski1-1/+1
2019-10-07net/tls: store async_capable on a single bitJakub Kicinski1-2/+2
2019-10-07net/tls: pass context to tls_device_decrypted()Jakub Kicinski1-2/+5
2019-10-07ipv6: Make ipv6_mc_may_pull() return bool.David S. Miller1-3/+3
2019-10-06net: genetlink: remove unused genl_family_attrbuf()Jiri Pirko1-2/+0
2019-10-06net: genetlink: parse attrs and store in contect info struct during dumpitJiri Pirko1-0/+4
2019-10-06net: genetlink: introduce dump info struct to be available during dumpit opJiri Pirko1-0/+14
2019-10-05net: devlink: export devlink net setterJiri Pirko1-0/+2
2019-10-05net/tls: add skeleton of MIB statisticsJakub Kicinski3-0/+22
2019-10-05net/tls: add tracing for device/offload eventsJakub Kicinski1-7/+1