summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mm-stable' of git://git.kernel.org/pub/scm/linux/kernel/git/akp...Mark Brown2022-08-033-2/+9
|\
| * mm/swap: convert __put_page() to __folio_put()Matthew Wilcox (Oracle)2022-07-031-1/+1
| * mm: shrinkers: provide shrinkers with namesRoman Gushchin2022-07-031-1/+1
| * Merge branch 'master' into mm-stableakpm2022-06-2724-480/+230
| |\
| * | net: set proper memcg for net_init hooks allocationsVasily Averin2022-06-161-0/+7
* | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2022-08-031-0/+6
|\ \ \
| * | | net: ipconfig: Relax fw_devlink if we need to mount a network rootfsSaravana Kannan2022-06-101-0/+6
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Mark Brown2022-08-032-11/+4
|\ \ \ \
| * | | | batman-adv: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-301-7/+2
| * | | | mac80211: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-241-4/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...Mark Brown2022-08-034-23/+39
|\ \ \ \ \
| * | | | | Bluetooth: ISO: Fix memory corruptionLuiz Augusto von Dentz2022-08-011-1/+4
| * | | | | Bluetooth: Fix null pointer deref on unexpected status eventSoenke Huster2022-08-012-6/+24
| * | | | | Bluetooth: ISO: Fix info leak in iso_sock_getsockopt()Luiz Augusto von Dentz2022-08-011-5/+5
| * | | | | Bluetooth: hci_conn: Fix updating ISO QoS PHYLuiz Augusto von Dentz2022-08-011-9/+2
| * | | | | Bluetooth: ISO: unlock on error path in iso_sock_setsockopt()Dan Carpenter2022-08-011-2/+4
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...Mark Brown2022-08-03287-10412/+20452
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-033-8/+8
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | net: devlink: Fix missing mutex_unlock() callAmmar Faizi2022-08-011-2/+4
| * | | | | | net/tls: Remove redundant workqueue flush before destroyTariq Toukan2022-08-011-1/+0
| * | | | | | net: dsa: Fix spelling mistakes and cleanup codeXie Shaowen2022-08-011-2/+2
| * | | | | | net: rose: add netdev ref tracker to 'struct rose_sock'Eric Dumazet2022-08-011-3/+9
| * | | | | | net: rose: fix netdev reference changesEric Dumazet2022-08-012-2/+11
| * | | | | | net: devlink: enable parallel ops on netlink interfaceJiri Pirko2022-08-011-0/+1
| * | | | | | net: devlink: remove devlink_mutexJiri Pirko2022-08-011-76/+4
| * | | | | | net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-011-13/+5
| * | | | | | net: devlink: introduce "unregistering" mark and use it during devlinks itera...Jiri Pirko2022-08-011-0/+11
| * | | | | | udp: Remove redundant __udp_sysctl_init() call from udp_init().Kuniyuki Iwashima2022-08-011-7/+1
| * | | | | | dn_route: replace "jiffies-now>0" with "jiffies!=now"Yu Zhe2022-07-291-1/+1
| * | | | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-291-1/+2
| |\ \ \ \ \ \
| | * | | | | | bpf: Fix bpf_xdp_pointer return pointerJoanne Koong2022-07-261-1/+1
| | * | | | | | bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon2022-07-261-0/+1
| * | | | | | | seg6: add support for SRv6 H.L2Encaps.Red behaviorAndrea Mayer2022-07-291-1/+11
| * | | | | | | seg6: add support for SRv6 H.Encaps.Red behaviorAndrea Mayer2022-07-291-1/+127
| * | | | | | | net/af_packet: check len when min_header_len equals to 0Zhengchao Shao2022-07-291-2/+2
| * | | | | | | devlink: Hold the instance lock in health callbacksMoshe Shemesh2022-07-281-16/+14
| * | | | | | | net: devlink: remove region snapshots list dependency on devlink->lockJiri Pirko2022-07-281-12/+29
| * | | | | | | net: devlink: remove region snapshot ID tracking dependency on devlink->lockJiri Pirko2022-07-281-31/+33
| * | | | | | | devlink: introduce framework for selftestsVikas Gupta2022-07-281-0/+216
| * | | | | | | net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-281-32/+31
| * | | | | | | net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan2022-07-281-8/+18
| * | | | | | | tls: rx: Fix unsigned comparison with less than zeroYang Li2022-07-281-1/+2
| * | | | | | | tls: rx: fix the false positive warningJakub Kicinski2022-07-281-1/+1
| * | | | | | | tls: strp: rename and multithread the workqueueJakub Kicinski2022-07-281-1/+1
| * | | | | | | tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski2022-07-281-18/+19
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-2827-121/+203
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni2022-07-283-7/+117
| |\ \ \ \ \ \ \ \
| | * | | | | | | | flow_offload: Introduce flow_match_pppoeWojciech Drewek2022-07-261-0/+7
| | * | | | | | | | net/sched: flower: Add PPPoE filterWojciech Drewek2022-07-261-0/+64
| | * | | | | | | | flow_dissector: Add PPPoE dissectorsWojciech Drewek2022-07-261-7/+46
| | | |/ / / / / / | | |/| | | | | |