summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-02-04ieee80211: radiotap: fix -Wcast-qual warningsJohannes Berg
2022-02-04cfg80211: fix -Wcast-qual warningsJohannes Berg
2022-02-04netfilter: conntrack: remove extension register apiFlorian Westphal
2022-02-04netfilter: conntrack: handle ->destroy hook via nat_ops insteadFlorian Westphal
2022-02-04netfilter: conntrack: move extension sizes into coreFlorian Westphal
2022-02-04netfilter: conntrack: make all extensions 8-byte alignnedFlorian Westphal
2022-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-03ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-02-03net: dsa: mv88e6xxx: Improve multichip isolation of standalone portsTobias Waldekranz
2022-02-03net: dsa: mv88e6xxx: Improve isolation of standalone portsTobias Waldekranz
2022-02-03page_pool: Refactor page_pool to enable fragmenting after allocationAlexander Duyck
2022-02-02net, neigh: Do not trigger immediate probes on NUD_FAILED from neigh_managed_...Daniel Borkmann
2022-02-02tcp: Use BPF timeout setting for SYN ACK RTOAkhmat Karakotov
2022-02-02net: dsa: provide switch operations for tracking the master stateVladimir Oltean
2022-02-01net: ieee802154: Provide a kdoc to the address structureDavid Girault
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski
2022-01-28Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski
2022-01-28ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou
2022-01-28net: mac802154: Explain the use of ieee802154_wake/stop_queue()Miquel Raynal
2022-01-27ipv6: partially inline ipv6_fixup_optionsPavel Begunkov
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-27ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet
2022-01-27ipv4: avoid using shared IP generator for connected socketsEric Dumazet
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson
2022-01-27net: sched: remove qdisc_qlen_cpu()Jakub Kicinski
2022-01-27net: sched: remove psched_tdiff_bounded()Jakub Kicinski
2022-01-27udplite: remove udplite_csum_outgoing()Jakub Kicinski
2022-01-27net: ax25: remove route refcountJakub Kicinski
2022-01-27net: remove bond_slave_has_mac_rcu()Jakub Kicinski
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin
2022-01-27Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet
2022-01-26xfrm: Check if_id in xfrm_migrateYan Yan
2022-01-25ipv4/tcp: do not use per netns ctl socketsEric Dumazet
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet
2022-01-25ipv4: do not use per netns icmp socketsEric Dumazet
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet
2022-01-24Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi