summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2022-10-19genetlink: fix kdoc warningsJakub Kicinski-3/+5
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima-6/+5
2022-10-16Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+3
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds-12/+12
2022-10-12tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima-9/+2
2022-10-12udp: Call inet6_destroy_sock() in setsockopt(IPV6_ADDRFORM).Kuniyuki Iwashima-0/+1
2022-10-12mac802154: Drop IEEE802154_HW_RX_DROP_BAD_CKSUMMiquel Raynal-4/+0
2022-10-12ieee802154: hwsim: Implement address filteringMiquel Raynal-0/+8
2022-10-12mac802154: set filter at drv_start()Alexander Aring-2/+5
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld-3/+3
2022-10-10Merge tag '9p-for-6.1' of https://github.com/martinetd/linuxLinus Torvalds-0/+8
2022-10-10Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg-43/+182
2022-10-10wifi: mac80211: add internal handler for wake_tx_queueAlexander Wetzel-19/+32
2022-10-07cfg80211: Update Transition Disable policy during port authorizationVinayak Yadawad-1/+3
2022-10-07wifi: mac80211: add RCU _check() link access variantsJohannes Berg-0/+8
2022-10-07wifi: nl80211: use link ID in NL80211_CMD_SET_BSSJohannes Berg-0/+2
2022-10-07wifi: cfg80211: support reporting failed linksJohannes Berg-0/+7
2022-10-07wifi: mac80211: add API to show the link STAs in debugfsBenjamin Berg-0/+11
2022-10-07wifi: mac80211: add pointer from link STA to STABenjamin Berg-0/+3
2022-10-07net: ieee802154: return -EINVAL for unknown addr typeAlexander Aring-3/+9
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck-0/+5
2022-10-059p: add P9_ERRMAX for 9p2000 and 9p2000.uChristian Schoenebeck-0/+3
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+5
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski-1/+1
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+24
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi-0/+19
2022-10-03net: Remove DECnet leftovers from flow.h.Guillaume Nault-26/+0
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian-0/+3
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian-0/+3
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-8/+49
2022-10-02net: sched: cls_api: introduce tc_cls_bind_class() helperZhengchao Shao-0/+12
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean-2/+0
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregis...Jiri Pirko-1/+5
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko-1/+2
2022-09-30Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski-3/+80
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-37/+152
2022-09-30xsk: Remove unused xsk_buff_discardMaxim Mikityanskiy-7/+0
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy-0/+3
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell-1/+4
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean-0/+5
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean-0/+8
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca-1/+1
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca-1/+2
2022-09-28net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau-0/+3
2022-09-28tcp: export tcp_sendmsg_fastopenBenjamin Hesmans-0/+2
2022-09-28netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva-1/+1
2022-09-26xdp: Adjust xdp_frame layout to avoid using bitfieldsJesper Dangaard Brouer-2/+2
2022-09-26net: Remove unused inline function dst_hold_and_use()Gaosheng Cui-6/+0
2022-09-26net: Remove unused inline function sk_nulls_node_init()Gaosheng Cui-5/+0
2022-09-26neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui-5/+0