summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-09-30xsk: Remove unused xsk_buff_discardMaxim Mikityanskiy
2022-09-30xsk: Expose min chunk size to driversMaxim Mikityanskiy
2022-09-30tcp: fix tcp_cwnd_validate() to not forget is_cwnd_limitedNeal Cardwell
2022-09-29net/sched: taprio: allow user input of per-tc max SDUVladimir Oltean
2022-09-29net/sched: query offload capabilities through ndo_setup_tc()Vladimir Oltean
2022-09-29xfrm: ipcomp: add extack to ipcomp{4,6}_init_stateSabrina Dubroca
2022-09-29xfrm: pass extack down to xfrm_type ->init_stateSabrina Dubroca
2022-09-28net: Fix incorrect address comparison when searching for a bind2 bucketMartin KaFai Lau
2022-09-28tcp: export tcp_sendmsg_fastopenBenjamin Hesmans
2022-09-28netns: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva
2022-09-26xdp: Adjust xdp_frame layout to avoid using bitfieldsJesper Dangaard Brouer
2022-09-26net: Remove unused inline function dst_hold_and_use()Gaosheng Cui
2022-09-26net: Remove unused inline function sk_nulls_node_init()Gaosheng Cui
2022-09-26neighbour: Remove unused inline function neigh_key_eq16()Gaosheng Cui
2022-09-23net: macsec: remove the prepare flag from the MACsec offloading contextAntoine Tenart
2022-09-22net/sched: sch_api: add helper for tc qdisc walker stats dumpZhengchao Shao
2022-09-22net/tls: Describe ciphers sizes by const structsTariq Toukan
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-22xsk: Inherit need_wakeup flag for shared socketsJalal Mostafa
2022-09-22net/smc: Unbind r/w buffer size from clcsock and make them tunableTony Lu
2022-09-22net/smc: Introduce a specific sysctl for TEST_LINK timeWen Gu
2022-09-22xfrm: add extack support to xfrm_init_replaySabrina Dubroca
2022-09-22xfrm: add extack to __xfrm_init_stateSabrina Dubroca
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim
2022-09-20net/sched: cls_api: add helper for tc cls walker stats dumpZhengchao Shao
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu
2022-09-20bpf: Rename nfct_bsa to nfct_btf_struct_accessDaniel Xu
2022-09-20bpf: Remove unused btf_struct_access stubDaniel Xu
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima
2022-09-20tcp: Set NULL to sk->sk_prot->h.hashinfo.Kuniyuki Iwashima
2022-09-20tcp: Don't allocate tcp_death_row outside of struct netns_ipv4.Kuniyuki Iwashima
2022-09-20net: dsa: allow masters to join a LAGVladimir Oltean
2022-09-20net: dsa: propagate extack to port_lag_joinVladimir Oltean
2022-09-20net: dsa: allow the DSA master to be seen and changed through rtnetlinkVladimir Oltean
2022-09-20net: dsa: introduce dsa_port_get_master()Vladimir Oltean
2022-09-20flow_offload: Introduce flow_match_l2tpv3Wojciech Drewek
2022-09-20flow_dissector: Add L2TPv3 dissectorsWojciech Drewek
2022-09-19Merge tag 'for-net-2022-09-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2022-09-16net: bonding: Share lacpdu_mcast_addr definitionBenjamin Poirier
2022-09-16net/ieee802154: fix uninit value bug in dgram_sendmsgHaimin Zhang
2022-09-10bpf: Add support for writing to nf_conn:markDaniel Xu
2022-09-09Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz
2022-09-09net: sched: act: move global static variable net_id to tc_action_opsZhengchao Shao
2022-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller
2022-09-08Bluetooth: Fix HCIGETDEVINFO regressionLuiz Augusto von Dentz
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-09-07netfilter: nat: move repetitive nat port reserve loop to a helperFlorian Westphal
2022-09-07net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong