summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-23net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean8-31/+46
2022-11-23net: dsa: merge dsa.c into dsa2.cVladimir Oltean4-238/+221
2022-11-23net: dsa: move notifier definitions to switch.hVladimir Oltean2-105/+108
2022-11-23net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean4-48/+50
2022-11-23net: dsa: move headers exported by switch.c to switch.hVladimir Oltean6-4/+15
2022-11-23net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean27-541/+581
2022-11-23net: dsa: move headers exported by slave.c to slave.hVladimir Oltean8-57/+77
2022-11-23net: dsa: move headers exported by master.c to master.hVladimir Oltean5-9/+27
2022-11-23net: dsa: move headers exported by port.c to port.hVladimir Oltean8-97/+120
2022-11-23net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean3-20/+49
2022-11-23net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean1-7/+5
2022-11-23net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean5-346/+370
2022-11-23net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean5-22/+37
2022-11-23net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2-1/+2
2022-11-23devlink: remove redundant health state set to errorMoshe Shemesh1-2/+0
2022-11-23tcp: Fix build break when CONFIG_IPV6=nSaeed Mahameed1-1/+1
2022-11-23ipv4: Fix error return code in fib_table_insert()Ziyang Xuan1-1/+3
2022-11-23dccp/tcp: Fixup bhash2 bucket when connect() fails.Kuniyuki Iwashima7-16/+40
2022-11-23dccp/tcp: Update saddr under bhash's lock.Kuniyuki Iwashima6-85/+55
2022-11-23dccp/tcp: Remove NULL check for prev_saddr in inet_bhash2_update_saddr().Kuniyuki Iwashima1-7/+4
2022-11-23dccp/tcp: Reset saddr on failure after inet6?_hash_connect().Kuniyuki Iwashima4-0/+8
2022-11-23netfilter: flowtable_offload: add missing lockingFelix Fietkau1-0/+4
2022-11-22netfilter: ipset: restore allowing 64 clashing elements in hash:net,ifaceJozsef Kadlecsik1-1/+1
2022-11-22NFC: nci: fix memory leak in nci_rx_data_packet()Liu Shixin1-1/+3
2022-11-22net: sched: allow act_ct to be built without NF_NATXin Long1-1/+1
2022-11-22xfrm: Fix ignored return value in xfrm6_init()Chen Zhongjin1-1/+5
2022-11-22xfrm: Fix oops in __xfrm_state_delete()Thomas Jarosch1-1/+1
2022-11-22tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing1-1/+4
2022-11-22tipc: add an extra conn_get in tipc_conn_allocXin Long1-3/+6
2022-11-22tipc: set con sock in tipc_conn_allocXin Long1-6/+5
2022-11-22net: fix __sock_gen_cookie()Eric Dumazet1-1/+4
2022-11-21bpf: Move skb->len == 0 checks into __bpf_redirectStanislav Fomichev2-8/+6
2022-11-21netfilter: ipset: regression in ip_set_hash_ip.cVishwanath Pai1-5/+3
2022-11-21mptcp: more detailed error reporting on endpoint creationPaolo Abeni1-11/+13
2022-11-21mptcp: deduplicate error paths on endpoint creationPaolo Abeni1-22/+13
2022-11-21net: Return errno in sk->sk_prot->get_port().Kuniyuki Iwashima5-9/+10
2022-11-21ipv4/fib: Replace zero-length array with DECLARE_FLEX_ARRAY() helperKees Cook1-1/+1
2022-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfDavid S. Miller12-41/+49
2022-11-20bpf: Allow trusted pointers to be passed to KF_TRUSTED_ARGS kfuncsDavid Vernet1-1/+3
2022-11-19net: dsa: tag_mtk: assign per-port queuesFelix Fietkau1-0/+2
2022-11-19netlink: remove the flex array from struct nlmsghdrJakub Kicinski1-1/+1
2022-11-19bpf, docs: DEVMAPs and XDP_REDIRECTMaryam Tahhan1-2/+6
2022-11-18netfilter: nf_tables: do not set up extensions for end intervalPablo Neira Ayuso1-2/+4
2022-11-18netfilter: conntrack: Fix data-races around ct markDaniel Xu11-39/+45
2022-11-189p/fd: Use P9_HDRSZ for header sizeGUO Zihua1-3/+3
2022-11-189p/fd: Fix write overflow in p9_read_workGUO Zihua1-8/+8
2022-11-189p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao1-0/+2
2022-11-18nfc/nci: fix race with opening and closingLin Ma1-1/+1
2022-11-18mrp: introduce active flags to prevent UAF when applicant uninitSchspa Shi1-5/+13
2022-11-18Merge tag 'rxrpc-next-20221116' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller3-11/+19