summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier-2/+3
2022-09-16net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang-0/+37
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu-0/+23
2022-09-09Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz-2/+0
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao-0/+1
2022-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller-0/+1
2022-09-08Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz-2/+0
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-5/+71
2022-09-07netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal-0/+1
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong-0/+67
2022-09-07net/macsec: Move some code for sharing with various drivers that implements o...Lior Nahmanson-0/+21
2022-09-07net/macsec: Add MACsec skb_metadata_dst Tx Data path supportLior Nahmanson-0/+14
2022-09-07netlink: introduce NLA_POLICY_MAX_BEFlorian Westphal-0/+9
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni-1/+26
2022-09-06Bluetooth: Add experimental wrapper for MGMT based meshBrian Gix-0/+1
2022-09-06Bluetooth: Implement support for MeshBrian Gix-2/+70
2022-09-06wifi: mac80211: implement link switchingJohannes Berg-0/+41
2022-09-06wifi: mac80211: keep A-MSDU data in sta and per-linkBenjamin Berg-20/+48
2022-09-06wifi: mac80211: add vif/sta link RCU dereference macrosJohannes Berg-3/+28
2022-09-06wifi: mac80211: extend ieee80211_nullfunc_get() for MLOJohannes Berg-1/+4
2022-09-06wifi: mac80211: add ieee80211_find_sta_by_link_addrs APIJohannes Berg-0/+16
2022-09-06wifi: mac80211: isolate driver from inactive linksJohannes Berg-14/+16
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg-2/+2
2022-09-02bpf: Change bpf_getsockopt(SOL_IPV6) to reuse do_ipv6_getsockopt()Martin KaFai Lau-0/+4
2022-09-02bpf: Change bpf_getsockopt(SOL_IP) to reuse do_ip_getsockopt()Martin KaFai Lau-0/+2
2022-09-02bpf: Change bpf_getsockopt(SOL_TCP) to reuse do_tcp_getsockopt()Martin KaFai Lau-0/+2
2022-09-02bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau-0/+2
2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau-1/+1
2022-09-02net: ieee802154: Fix compilation error when CONFIG_IEEE802154_NL802154_EXPERI...Gal Pressman-4/+2
2022-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski-3/+0
2022-09-02Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller-2/+4
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+5
2022-09-01rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells-2/+0
2022-09-01rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells-0/+4
2022-08-31tcp: make global challenge ack rate limitation per net-ns and default disabledEric Dumazet-0/+2
2022-08-31net: sched: gred/red: remove unused variables in struct red_statsZhengchao Shao-1/+0
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix-0/+1
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso-3/+0
2022-08-30net: devlink: stub port params cmds for they are unused internallyJiri Pirko-1/+0
2022-08-30netlink: add helpers for extack attr presence checkingJakub Kicinski-0/+7
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski-0/+3
2022-08-29xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger-0/+11
2022-08-29xfrm: interface: support collect metadata modeEyal Birger-2/+9
2022-08-29net: allow storing xfrm interface metadata in metadata_dstEyal Birger-0/+20
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-1/+3
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao-7/+0
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller-13/+39
2022-08-25Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix-0/+1
2022-08-25Bluetooth: move hci_get_random_address() to hci_syncBrian Gix-0/+5
2022-08-25Bluetooth: Move Adv Instance timer to hci_syncBrian Gix-1/+2