aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-09-01netfilter: nf_conntrack_irc: Fix forged IP logicDavid Leadbeater1-2/+3
2022-08-31Bluetooth: Move hci_abort_conn to hci_conn.cBrian Gix4-95/+90
2022-08-31Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmpltBrian Gix1-47/+45
2022-08-31sch_cake: Return __NET_XMIT_STOLEN when consuming enqueued skbToke Høiland-Jørgensen1-1/+3
2022-08-31bpf, net: Avoid loading module when calling bpf_setsockopt(TCP_CONGESTION)Martin KaFai Lau1-1/+1
2022-08-31kcm: fix strp_init() order and cleanupCong Wang1-8/+7
2022-08-31xsk: Fix backpressure mechanism on TxMaciej Fijalkowski2-23/+21
2022-08-31netfilter: nf_tables: clean up hook list when offload flags check failsPablo Neira Ayuso1-1/+3
2022-08-31netfilter: br_netfilter: Drop dst references before setting.Harsh Modi2-0/+3
2022-08-31netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso5-94/+11
2022-08-31xfrm: add extack to verify_sec_ctx_lenSabrina Dubroca1-7/+9
2022-08-31xfrm: add extack to validate_tmplSabrina Dubroca1-9/+20
2022-08-31xfrm: add extack to verify_policy_typeSabrina Dubroca1-11/+17
2022-08-31xfrm: add extack to verify_policy_dirSabrina Dubroca1-4/+5
2022-08-31xfrm: add extack support to verify_newpolicy_infoSabrina Dubroca1-7/+18
2022-08-31xfrm: propagate extack to all netlink doit handlersSabrina Dubroca1-22/+34
2022-08-31core: Variable type completionXin Gao1-1/+1
2022-08-30Revert "net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()"Vlad Buslov1-2/+0
2022-08-30Merge tag 'ieee802154-for-net-2022-08-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski1-1/+1
2022-08-30net/sched: fix netdevice reference leaks in attach_default_qdiscs()Wang Hai1-15/+16
2022-08-30tty: Make ->set_termios() old ktermios constIlpo Järvinen1-1/+2
2022-08-30net: devlink: stub port params cmds for they are unused internallyJiri Pirko1-73/+5
2022-08-30net: sched: using TCQ_MIN_PRIO_BANDS in prio_tune()Zhengchao Shao1-1/+1
2022-08-30ethtool: report missing header via ext_ack in the default handlerJakub Kicinski1-0/+3
2022-08-30ethtool: strset: report missing ETHTOOL_A_STRINGSET_ID via ext_ackJakub Kicinski1-1/+1
2022-08-30devlink: use missing attribute ext_ackJakub Kicinski1-21/+20
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski1-0/+12
2022-08-30netlink: factor out extack compositionJakub Kicinski1-30/+55
2022-08-30net: unify alloclen calculation for paged requestsPavel Begunkov2-8/+2
2022-08-30net: sched: tbf: don't call qdisc_put() while holding tree lockZhengchao Shao1-1/+3
2022-08-29net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2-6/+6
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski31-2/+38
2022-08-29wifi: mac80211: fix potential deadlock in ieee80211_key_link()Sun Ke1-2/+4
2022-08-29net: mac802154: Fix a condition in the receive pathMiquel Raynal1-1/+1
2022-08-29xfrm: lwtunnel: add lwtunnel support for xfrm interfaces in collect_md modeEyal Birger2-0/+86
2022-08-29xfrm: interface: support collect metadata modeEyal Birger3-27/+111
2022-08-29esp: choose the correct inner protocol for GSO on inter address family tunnelsSabrina Dubroca2-2/+8
2022-08-26net_sched: remove impossible conditionsDan Carpenter1-2/+2
2022-08-26openvswitch: add OVS_DP_ATTR_PER_CPU_PIDS to get requestsAndrey Zhadchenko1-1/+9
2022-08-26openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko3-2/+12
2022-08-26openvswitch: fix memory leak at failed datapath creationAndrey Zhadchenko1-1/+3
2022-08-26genetlink: hold read cb_lock during iteration of genl_fam_idr in genl_bind()Jiri Pirko1-2/+2
2022-08-26net: devlink: add RNLT lock assertion to devlink_compat_switch_id_get()Jiri Pirko1-0/+2
2022-08-26Merge tag 'for-net-2022-08-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski6-61/+105
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller4-12/+17
2022-08-26net: sched: remove unnecessary init of qdisc skb headZhengchao Shao2-3/+0
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller24-289/+859
2022-08-26Merge tag 'wireless-2022-08-26' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller5-7/+16
2022-08-26wifi: mac80211: use full 'unsigned int' typeXin Gao1-4/+4
2022-08-26wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1