aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-29mptcp: track accurately the incoming MPC suboption typePaolo Abeni1-3/+8
2022-11-29mptcp: add MSG_FASTOPEN sendmsg flag supportDmytro Shytyi1-6/+3
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski55-263/+400
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds13-29/+83
2022-11-29udp_tunnel: Add checks for nla_nest_start() in __udp_tunnel_nic_dump_write()Yuan Can1-0/+2
2022-11-29sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao4-7/+47
2022-11-29packet: do not set TP_STATUS_CSUM_VALID on CHECKSUM_COMPLETEWillem de Bruijn1-4/+2
2022-11-29mac802154: Trace the registration of new PANsDavid Girault1-0/+25
2022-11-29ieee802154: Advertize coordinators discoveryMiquel Raynal2-0/+105
2022-11-29net: devlink: add WARN_ON_ONCE to check return value of unregister_netdevice_...Jiri Pirko1-2/+2
2022-11-29of: net: export of_get_mac_address_nvmem()Miquel Raynal1-2/+3
2022-11-28Daniel Borkmann says:Jakub Kicinski6-59/+53
2022-11-28net: hsr: Fix potential use-after-freeYueHaibing1-2/+3
2022-11-28tipc: re-fetch skb cb after tipc_msg_validateXin Long1-0/+3
2022-11-28mptcp: fix sleep in atomic at close timePaolo Abeni1-3/+3
2022-11-28mptcp: don't orphan ssk in mptcp_close()Menglong Dong1-7/+6
2022-11-28Merge tag 'wireless-2022-11-28' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2-2/+11
2022-11-28ipv4: Fix route deletion when nexthop info is not specifiedIdo Schimmel1-3/+5
2022-11-28SUNRPC: Remove unused svc_rqst::rq_lock fieldChuck Lever1-1/+0
2022-11-28netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long1-3/+3
2022-11-28netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio1-2/+3
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro18-39/+40
2022-11-25wifi: mac8021: fix possible oob access in ieee80211_get_rate_durationLorenzo Bianconi1-0/+3
2022-11-25wifi: cfg80211: don't allow multi-BSSID in S1GJohannes Berg1-1/+6
2022-11-25wifi: cfg80211: fix buffer overflow in elem comparisonJohannes Berg1-1/+2
2022-11-25xfrm: add extack to xfrm_set_spdinfoSabrina Dubroca1-4/+12
2022-11-25xfrm: add extack to xfrm_alloc_userspiSabrina Dubroca3-10/+23
2022-11-25xfrm: add extack to xfrm_do_migrateSabrina Dubroca3-14/+32
2022-11-25xfrm: add extack to xfrm_new_ae and xfrm_replay_verify_lenSabrina Dubroca1-9/+28
2022-11-25xfrm: add extack to xfrm_del_saSabrina Dubroca1-1/+1
2022-11-25xfrm: add extack to xfrm_add_sa_expireSabrina Dubroca1-1/+4
2022-11-25xfrm: a few coding style clean upsSabrina Dubroca2-6/+9
2022-11-24Merge tag 'net-6.1-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds41-223/+295
2022-11-24driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman3-5/+5
2022-11-24timers: Get rid of del_singleshot_timer_sync()Thomas Gleixner1-1/+1
2022-11-23ethtool: avoiding integer overflow in ethtool_phys_id()Maxim Korotkov1-1/+2
2022-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski8-15/+57
2022-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-6/+8
2022-11-23Merge tag '9p-for-6.1-rc7' of https://github.com/martinetd/linuxLinus Torvalds2-11/+22
2022-11-23l2tp: Don't sleep and disable BH under writer-side sk_callback_lockJakub Sitnicki1-8/+9
2022-11-239p/xen: check logical size for buffer sizeDominique Martinet1-0/+9
2022-11-22net: dsa: kill off dsa_priv.hVladimir Oltean8-25/+14
2022-11-22net: dsa: move tag_8021q headers to their proper placeVladimir Oltean7-8/+46
2022-11-22net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean2-42/+42
2022-11-22net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean8-31/+46
2022-11-22net: dsa: merge dsa.c into dsa2.cVladimir Oltean4-238/+221
2022-11-22net: dsa: move notifier definitions to switch.hVladimir Oltean2-105/+108
2022-11-22net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean4-48/+50
2022-11-22net: dsa: move headers exported by switch.c to switch.hVladimir Oltean6-4/+15