summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-09-22net/smc: Stop the CLC flow if no link to map buffers onWen 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 to attach_*Sabrina Dubroca
2022-09-22xfrm: add extack support to xfrm_dev_state_addSabrina Dubroca
2022-09-22xfrm: add extack to verify_one_alg, verify_auth_trunc, verify_aeadSabrina Dubroca
2022-09-22xfrm: add extack to verify_replaySabrina Dubroca
2022-09-22xfrm: add extack support to verify_newsa_infoSabrina Dubroca
2022-09-21net: netfilter: add bpf_ct_set_nat_info kfunc helperLorenzo Bianconi
2022-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netfil...Jakub Kicinski
2022-09-21flow_dissector: Do not count vlan tags inside tunnel payloadQingqing Yang
2022-09-21net: sched: remove unused tcf_result extensionJamal Hadi Salim
2022-09-21net: sched: simplify code in mall_reoffloadWilliam Dean
2022-09-21Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connectionsLuiz Augusto von Dentz
2022-09-21Bluetooth: hci_debugfs: Fix not checking conn->debugfsLuiz Augusto von Dentz
2022-09-21Bluetooth: hci_sysfs: Fix attempting to call device_add multiple timesLuiz Augusto von Dentz
2022-09-21net/af_packet: registration process optimization in packet_init()Ziyang Xuan
2022-09-21net: sched: act_ct: remove redundant variable errJinpeng Cui
2022-09-21netfilter: rpfilter: Remove unused variable 'ret'.Guillaume Nault
2022-09-21netfilter: conntrack: revisit the gc initial rescheduling biasAntoine Tenart
2022-09-21netfilter: conntrack: fix the gc rescheduling delayAntoine Tenart
2022-09-20net/sched: use tc_cls_stats_dump() in filterZhengchao Shao
2022-09-20Bluetooth: MGMT: fix zalloc-simple.cocci warningsYihao Han
2022-09-20netfilter: nf_ct_ftp: fix deadlock when nat rewrite is neededFlorian Westphal
2022-09-20netfilter: ebtables: fix memory leak when blob is malformedFlorian Westphal
2022-09-20netfilter: nf_tables: fix percpu memory leak at nf_tables_addchain()Tetsuo Handa
2022-09-20netfilter: nf_tables: fix nft_counters_enabled underflow at nf_tables_addchain()Tetsuo Handa
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-20net: make NET_(DEV|NS)_REFCNT_TRACKER depend on NETLukas Bulwahn
2022-09-20net/sched: taprio: replace safety precautions with commentsVladimir Oltean
2022-09-20net/sched: taprio: add extack messages in taprio_initVladimir Oltean
2022-09-20net/sched: taprio: stop going through private ops for dequeue and peekVladimir Oltean
2022-09-20net/sched: taprio: remove redundant FULL_OFFLOAD_IS_ENABLED check in taprio_e...Vladimir Oltean
2022-09-20net/sched: taprio: use rtnl_dereference for oper and admin sched in taprio_de...Vladimir Oltean
2022-09-20net/sched: taprio: taprio_dump and taprio_change are protected by rtnl_mutexVladimir Oltean
2022-09-20net/sched: taprio: taprio_offload_config_changed() is protected by rtnl_mutexVladimir Oltean
2022-09-20net/sched: taprio: make qdisc_leaf() see the per-netdev-queue pfifo child qdiscsVladimir Oltean
2022-09-20net/sched: taprio: avoid disabling offload when it was never enabledVladimir Oltean
2022-09-20ipv6: Fix crash when IPv6 is administratively disabledIdo Schimmel
2022-09-20tcp: Introduce optional per-netns ehash.Kuniyuki Iwashima
2022-09-20tcp: Save unnecessary inet_twsk_purge() calls.Kuniyuki Iwashima
2022-09-20tcp: Access &tcp_hashinfo via net.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-20tcp: Clean up some functions.Kuniyuki Iwashima
2022-09-20net: rtnetlink: Enslave device before bringing it upPhil Sutter
2022-09-20net: clear msg_get_inq in __get_compat_msghdr()Tetsuo Handa
2022-09-20ipmr: Always call ip{,6}_mr_forward() from RCU read-side critical sectionIdo Schimmel
2022-09-20tcp: read multiple skbs in tcp_read_skb()Cong Wang