summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-01-25ipv4: do not use per netns icmp socketsEric Dumazet-1/+0
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet-2/+0
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet-3/+2
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet-0/+1
2022-01-24Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster-0/+3
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-4/+127
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu-1/+1
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron-2/+14
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi-0/+14
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi-2/+16
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi-1/+32
2022-01-21xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi-0/+29
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet-1/+1
2022-01-20tcp: Add a stub for sk_defer_free_flush()Gal Pressman-0/+4
2022-01-20Bluetooth: mgmt: Add MGMT Adv Monitor Device Found/Lost eventsManish Mandlik-0/+19
2022-01-20Bluetooth: msft: Handle MSFT Monitor Device EventManish Mandlik-0/+11
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-4/+19
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi-0/+23
2022-01-16Merge tag '9p-for-5.17-rc1' of git://github.com/martinetd/linuxLinus Torvalds-3/+1
2022-01-13net_sched: restore "mpu xxx" handlingKevin Bracey-0/+5
2022-01-13inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet-3/+11
2022-01-11net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet-1/+3
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2022-01-10net/p9: load default transportsThomas Weißschuh-1/+1
2022-01-109p/trans_fd: split into dedicated moduleThomas Weißschuh-2/+0
2022-01-09net: openvswitch: Fix ct_state nat flags for conns arriving from tcPaul Blakey-1/+3
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextJakub Kicinski-8/+49
2022-01-09netfilter: nft_bitwise: track register operationsPablo Neira Ayuso-0/+2
2022-01-09netfilter: nf_tables: add register tracking infrastructurePablo Neira Ayuso-0/+12
2022-01-09netfilter: nf_tables: add NFT_REG32_NUMPablo Neira Ayuso-1/+3
2022-01-09netfilter: nf_tables: add rule blob layoutPablo Neira Ayuso-4/+18
2022-01-09netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal-2/+6
2022-01-09netfilter: conntrack: Use max() instead of doing it manuallyJiapeng Chong-1/+1
2022-01-09Merge tag 'for-net-next-2022-01-07' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-5/+1
2022-01-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-2/+13
2022-01-06net: bpf: Handle return value of BPF_CGROUP_RUN_PROG_INET{4,6}_POST_BIND()Menglong Dong-0/+1
2022-01-06Bluetooth: hci_event: Rework hci_inquiry_result_with_rssi_evtLuiz Augusto von Dentz-5/+1
2022-01-06net: dsa: warn about dsa_port and dsa_switch bit fields being non atomicVladimir Oltean-0/+8
2022-01-06net: dsa: don't enumerate dsa_switch and dsa_port bit fields using commasVladimir Oltean-58/+56
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+1
2022-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+5
2022-01-05page_pool: Store the XDP mem idToke Høiland-Jørgensen-2/+7
2022-01-05page_pool: Add callback to init pages when they are allocatedToke Høiland-Jørgensen-0/+2
2022-01-05xdp: Allow registering memory model without rxq referenceToke Høiland-Jørgensen-0/+3
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+22
2022-01-05net: dsa: combine two holes in struct dsa_switch_treeVladimir Oltean-3/+3
2022-01-05net: dsa: move dsa_switch_tree :: ports and lags to first cache lineVladimir Oltean-7/+9
2022-01-05net: dsa: make dsa_switch :: num_ports an unsigned intVladimir Oltean-1/+1
2022-01-05net: dsa: merge all bools of struct dsa_switch into a single u32Vladimir Oltean-46/+51
2022-01-05net: dsa: move dsa_port :: type near dsa_port :: indexVladimir Oltean-2/+4