summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | rxrpc: Fix missing unlock in rxrpc_do_sendmsg()David Howells2022-12-191-1/+1
| * | | net_sched: reject TCF_EM_SIMPLE case for complex ematch moduleCong Wang2022-12-191-0/+2
| * | | skbuff: Account for tail adjustment during pull operationsSubash Abhinov Kasiviswanathan2022-12-171-0/+3
| * | | devlink: protect devlink dump by the instance lockJakub Kicinski2022-12-171-0/+3
| * | | openvswitch: Fix flow lookup to use unmasked keyEelco Chaudron2022-12-161-9/+16
| * | | devlink: hold region lock when flushing snapshotsJakub Kicinski2022-12-161-0/+2
| * | | unix: Fix race in SOCK_SEQPACKET's unix_dgram_sendmsg()Kirill Tkhai2022-12-151-2/+9
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-12-142-3/+8
| |\ \ \
| | * | | ipvs: add a 'default' case in do_ip_vs_set_ctl()Li Qiong2022-12-131-0/+5
| | * | | netfilter: flowtable: really fix NAT IPv6 offloadQingfang DENG2022-12-081-3/+3
* | | | | prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
* | | | | Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-2/+1
|\ \ \ \ \
| * | | | | mm: Introduce set_memory_rox()Peter Zijlstra2022-12-151-2/+1
* | | | | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-166-19/+19
|\ \ \ \ \ \
| * | | | | | driver core: make struct class.dev_uevent() take a const *Greg Kroah-Hartman2022-11-243-5/+5
| * | | | | | kobject: make kobject_get_ownership() take a constant kobject *Greg Kroah-Hartman2022-11-223-9/+9
| * | | | | | Merge 6.1-rc6 into driver-core-nextGreg Kroah-Hartman2022-11-2198-400/+739
| |\ \ \ \ \ \
| * | | | | | | driver core: class: make namespace and get_ownership take const *Greg Kroah-Hartman2022-11-092-5/+5
* | | | | | | | Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |
| * | | | | | | cred: Do not default to init_cred in prepare_kernel_cred()Kees Cook2022-11-011-1/+1
| |/ / / / / /
* | | | | | | Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-12-14408-9982/+16701
|\ \ \ \ \ \ \
| * | | | | | | ipvs: fix type warning in do_div() on 32 bitJakub Kicinski2022-12-131-1/+2
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-138-21/+85
| |\ \ \ \ \ \ \
| | * | | | | | | net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean2022-12-131-1/+10
| | * | | | | | | mptcp: use proper req destructor for IPv6Matthieu Baerts2022-12-121-3/+16
| | * | | | | | | mptcp: dedicated request sock for subflow in v6Matthieu Baerts2022-12-121-8/+26
| | * | | | | | | mptcp: remove MPTCP 'ifdef' in TCP SYN cookiesMatthieu Baerts2022-12-122-5/+14
| | * | | | | | | mptcp: netlink: fix some error return codeWei Yongjun2022-12-121-0/+4
| | * | | | | | | af_unix: call proto_unregister() in the error path in af_unix_init()Yang Yingliang2022-12-121-0/+1
| | * | | | | | | net: setsockopt: fix IPV6_UNICAST_IF option for connected socketsRichard Gobert2022-12-121-5/+10
| | * | | | | | | net/tunnel: wait until all sk_user_data reader finish before releasing the sockHangbin Liu2022-12-121-0/+1
| | * | | | | | | net: vmw_vsock: vmci: Check memcpy_from_msg()Artem Chernyshev2022-12-091-1/+5
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driverCoco Li2022-12-131-23/+4
| * | | | | | | bridge: mcast: Support replacement of MDB port group entriesIdo Schimmel2022-12-132-5/+98
| * | | | | | | bridge: mcast: Allow user space to specify MDB entry routing protocolIdo Schimmel2022-12-132-2/+14
| * | | | | | | bridge: mcast: Allow user space to add (*, G) with a source list and filter modeIdo Schimmel2022-12-131-0/+130
| * | | | | | | bridge: mcast: Add support for (*, G) with a source list and filter modeIdo Schimmel2022-12-132-3/+132
| * | | | | | | bridge: mcast: Avoid arming group timer when (S, G) corresponds to a sourceIdo Schimmel2022-12-132-1/+2
| * | | | | | | bridge: mcast: Add a flag for user installed source entriesIdo Schimmel2022-12-132-1/+3
| * | | | | | | bridge: mcast: Expose __br_multicast_del_group_src()Ido Schimmel2022-12-132-3/+9
| * | | | | | | bridge: mcast: Expose br_multicast_new_group_src()Ido Schimmel2022-12-132-1/+4
| * | | | | | | bridge: mcast: Add a centralized error pathIdo Schimmel2022-12-131-4/+6
| * | | | | | | bridge: mcast: Place netlink policy before validation functionsIdo Schimmel2022-12-131-6/+6
| * | | | | | | bridge: mcast: Split (*, G) and (S, G) addition into different functionsIdo Schimmel2022-12-131-49/+96
| * | | | | | | bridge: mcast: Do not derive entry type from its filter modeIdo Schimmel2022-12-131-6/+3
| * | | | | | | net: failover: use IFF_NO_ADDRCONF flag to prevent ipv6 addrconfXin Long2022-12-131-3/+3
| * | | | | | | net: add IFF_NO_ADDRCONF and use it in bonding to prevent ipv6 addrconfXin Long2022-12-131-2/+2
| * | | | | | | net: tso: inline tso_count_descs()Yunsheng Lin2022-12-131-8/+0
| * | | | | | | net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam...Vladimir Oltean2022-12-131-4/+4
| * | | | | | | Merge tag 'for-net-next-2022-12-12' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-12-1211-54/+102
| |\ \ \ \ \ \ \