summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-02-01net: ieee802154: Provide a kdoc to the address structureDavid Girault-0/+10
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov-9/+3
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov-13/+22
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern-1/+0
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski-1/+1
2022-01-28Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-0/+33
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou-0/+10
2022-01-28net: mac802154: Explain the use of ieee802154_wake/stop_queue()Miquel Raynal-0/+12
2022-01-27ipv6: partially inline ipv6_fixup_optionsPavel Begunkov-2/+10
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov-1/+1
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+13
2022-01-27ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet-1/+1
2022-01-27ipv4: avoid using shared IP generator for connected socketsEric Dumazet-11/+10
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson-3/+3
2022-01-27net: sched: remove qdisc_qlen_cpu()Jakub Kicinski-5/+0
2022-01-27net: sched: remove psched_tdiff_bounded()Jakub Kicinski-6/+0
2022-01-27udplite: remove udplite_csum_outgoing()Jakub Kicinski-43/+0
2022-01-27net: ax25: remove route refcountJakub Kicinski-12/+0
2022-01-27net: remove bond_slave_has_mac_rcu()Jakub Kicinski-14/+0
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault-0/+2
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin-0/+1
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac-1/+0
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet-5/+3
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan-2/+3
2022-01-25ipv4/tcp: do not use per netns ctl socketsEric Dumazet-1/+0
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet-1/+0
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