aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+5
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-1/+1
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-1/+24
2022-10-03net: netfilter: move bpf_ct_set_nat_info kfunc in nf_nat_bpf.cLorenzo Bianconi1-0/+19
2022-10-03net: Remove DECnet leftovers from flow.h.Guillaume Nault1-26/+0
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian1-0/+3
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian1-0/+3
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller3-8/+49
2022-10-02net: sched: cls_api: introduce tc_cls_bind_class() helperZhengchao Shao1-0/+12
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean1-2/+0
2022-09-30net: devlink: add port_init/fini() helpers to allow pre-register/post-unregister functionsJiri Pirko1-1/+5
2022-09-30net: devlink: introduce a flag to indicate devlink port being registeredJiri Pirko1-1/+2
2022-09-30Merge tag 'for-net-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski5-3/+80
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextJakub Kicinski1-37/+152
2022-09-30xsk: Remove unused xsk_buff_discardMaxim Mikityanskiy1-7/+0
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy1-0/+3
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell1-1/+4
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean1-0/+5
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean2-0/+8
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca1-1/+1
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca1-1/+2
2022-09-28net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau1-0/+3
2022-09-28tcp: export tcp_sendmsg_fastopenBenjamin Hesmans1-0/+2
2022-09-28netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-1/+1
2022-09-26xdp: Adjust xdp_frame layout to avoid using bitfieldsJesper Dangaard Brouer1-2/+2
2022-09-26net: Remove unused inline function dst_hold_and_use()Gaosheng Cui1-6/+0
2022-09-26net: Remove unused inline function sk_nulls_node_init()Gaosheng Cui1-5/+0
2022-09-26neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui1-5/+0
2022-09-23net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart1-2/+0
2022-09-22net/sched: sch_api: add helper for tc qdisc walker stats dumpZhengchao Shao1-0/+13
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan1-0/+10
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+40
2022-09-22xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa1-1/+1
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu1-0/+2
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu1-0/+1
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca1-1/+1
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca1-1/+2
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca1-2/+3
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim1-5/+0
2022-09-20net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao1-0/+13
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu1-7/+0
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu1-4/+4
2022-09-20bpf: Remove unused btf_struct_access stubDaniel Xu1-12/+0
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima2-0/+7
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima1-0/+1
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima1-0/+10
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima1-1/+2
2022-09-20net: dsa: allow masters to join a LAGVladimir Oltean1-0/+12
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean1-2/+4
2022-09-20net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean1-0/+8