summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-05-13netfilter: cttimeout: decouple unlink and free on netns destructionFlorian Westphal
2022-05-13netfilter: conntrack: remove the percpu dying listFlorian Westphal
2022-05-13netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal
2022-05-13netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet
2022-05-13inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-05-13Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz
2022-05-12net: inet: Retire port only listening_hashMartin KaFai Lau
2022-05-12net: inet: Remove count from inet_listen_hashbucketMartin KaFai Lau
2022-05-12net: dsa: remove port argument from ->change_tag_protocol()Vladimir Oltean
2022-05-12net: dsa: felix: manage host flooding using a specific driver callbackVladimir Oltean
2022-05-12net: dsa: introduce the dsa_cpu_ports() helperVladimir Oltean
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-11Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-11net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-11net: add CONFIG_DEBUG_NETEric Dumazet
2022-05-11net: add include/net/net_debug.hEric Dumazet
2022-05-06net: dsa: delete dsa_port_walk_{fdbs,mdbs}Vladimir Oltean
2022-05-06xfrm: drop not needed flags variable in XFRM offload structLeon Romanovsky
2022-05-06xfrm: store and rely on direction to construct offload flagsLeon Romanovsky
2022-05-06xfrm: rename xfrm_state_offload struct to allow reuseLeon Romanovsky
2022-05-06xfrm: delete not used number of external headersLeon Romanovsky
2022-05-06xfrm: free not used XFRM_ESP_NO_TRAILER flagLeon Romanovsky
2022-05-05tcp: allow MPTCP to update the announced windowPaolo Abeni
2022-05-05Revert "Merge branch 'mlxsw-line-card-model'"Jakub Kicinski
2022-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-04secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-04cfg80211: support disabling EHT modeMuna Sinada
2022-05-04cfg80211: remove cfg80211_get_chan_state()Johannes Berg
2022-05-03Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-05-02Stefan Schmidt says:Jakub Kicinski
2022-04-30net: inline sock_alloc_send_skbPavel Begunkov
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2022-04-26net: generalize skb freeing deferral to per-cpu listsEric Dumazet
2022-04-26Bluetooth: hci_sync: Cleanup hci_conn if it cannot be abortedLuiz Augusto von Dentz
2022-04-26Bluetooth: hci_event: Fix checking for invalid handle on error statusLuiz Augusto von Dentz
2022-04-26xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski
2022-04-25net: mac802154: Create an error helper for asynchronous offloading errorsMiquel Raynal
2022-04-25net: mac802154: Create an offloaded transmission error helperMiquel Raynal
2022-04-25tcp: make sure treq->af_specific is initializedEric Dumazet
2022-04-25tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-04-25ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-04-25devlink: introduce line card device info infrastructureJiri Pirko
2022-04-25devlink: introduce line card info get messageJiri Pirko
2022-04-25devlink: introduce line card devices supportJiri Pirko
2022-04-23mptcp: infinite mapping sendingGeliang Tang
2022-04-22tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang