summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-11-22net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean
2022-11-22net: dsa: merge dsa.c into dsa2.cVladimir Oltean
2022-11-22net: dsa: move notifier definitions to switch.hVladimir Oltean
2022-11-22net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean
2022-11-22net: dsa: move headers exported by switch.c to switch.hVladimir Oltean
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean
2022-11-22net: dsa: move headers exported by slave.c to slave.hVladimir Oltean
2022-11-22net: dsa: move headers exported by master.c to master.hVladimir Oltean
2022-11-22net: dsa: move headers exported by port.c to port.hVladimir Oltean
2022-11-22net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean
2022-11-22net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean
2022-11-22net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean
2022-11-22net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean
2022-11-22net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean
2022-11-22devlink: remove redundant health state set to errorMoshe Shemesh
2022-11-22tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed
2022-11-22ipv4: Fix error return code in fib_table_insert()Ziyang Xuan
2022-11-22dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima
2022-11-22dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima
2022-11-22dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima
2022-11-22dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima
2022-11-22netfilter: nft_inner: fix IS_ERR() vs NULL checkDan Carpenter
2022-11-22netfilter: flowtable_offload: add missing lockingFelix Fietkau
2022-11-22netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik
2022-11-22kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman
2022-11-22NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin
2022-11-22net: sched: allow act_ct to be built without NF_NATXin Long
2022-11-22xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin
2022-11-22xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch
2022-11-21tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing
2022-11-21tipc: add an extra conn_get in tipc_conn_allocXin Long
2022-11-21tipc: set con sock in tipc_conn_allocXin Long
2022-11-21net: fix __sock_gen_cookie()Eric Dumazet
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev
2022-11-21HID: fix BT_HIDP Kconfig dependenciesBenjamin Tissoires
2022-11-21netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai
2022-11-21mptcp: more detailed error reporting on endpoint creationPaolo Abeni
2022-11-21mptcp: deduplicate error paths on endpoint creationPaolo Abeni
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima
2022-11-21ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook
2022-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller
2022-11-21Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet
2022-11-18net: dsa: tag_mtk: assign per-port queuesFelix Fietkau
2022-11-18netlink: remove the flex array from struct nlmsghdrJakub Kicinski
2022-11-18bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan
2022-11-18netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu
2022-11-189p/fd: Use P9_HDRSZ for header sizeGUO Zihua
2022-11-189p/fd: Fix write overflow in p9_read_workGUO Zihua