summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* net/x25: fix call timeouts in blocking connectsMartin Schiller2022-08-091-0/+5
* net: bpf: Use the protocol's set_rcvlowat behavior if there is oneGao Feng2022-08-081-1/+4
* net: seg6: initialize induction variable to first valid array indexNick Desaulniers2022-08-061-5/+5
* net: avoid overflow when rose /proc displays timer information.Francois Romieu2022-08-061-1/+3
* netfilter: flowtable: fix incorrect Kconfig dependenciesPablo Neira Ayuso2022-08-061-2/+1
* netfilter: nf_tables: fix crash when nf_trace is enabledFlorian Westphal2022-08-061-11/+10
* mptcp: do not queue data on closed subflowsPaolo Abeni2022-08-052-5/+14
* mptcp: move subflow cleanup in mptcp_destroy_common()Paolo Abeni2022-08-053-26/+18
* net/sched: remove hacks added to dev_trans_start() for bonding to workVladimir Oltean2022-08-041-6/+2
* Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-08-04289-10418/+20458
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-033-8/+8
| |\
| | * dccp: put dccp_qpolicy_full() and dccp_qpolicy_push() in the same lockHangyu Hua2022-08-011-5/+5
| | * net/rds: Use PTR_ERR instead of IS_ERR for rdsdebug()Li Qiong2022-08-011-1/+1
| | * ax25: fix incorrect dev_tracker usageEric Dumazet2022-07-291-2/+2
| * | 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-301-1/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-07-301-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-291-16/+14
| * | | net: devlink: remove region snapshots list dependency on devlink->lockJiri Pirko2022-07-291-12/+29
| * | | net: devlink: remove region snapshot ID tracking dependency on devlink->lockJiri Pirko2022-07-291-31/+33
| * | | devlink: introduce framework for selftestsVikas Gupta2022-07-291-0/+216
| * | | net/tls: Multi-threaded calls to TX tls_dev_delTariq Toukan2022-07-291-32/+31
| * | | net/tls: Perform immediate device ctx cleanup when possibleTariq Toukan2022-07-291-8/+18
| * | | tls: rx: Fix unsigned comparison with less than zeroYang Li2022-07-291-1/+2
| * | | tls: rx: fix the false positive warningJakub Kicinski2022-07-291-1/+1
| * | | tls: strp: rename and multithread the workqueueJakub Kicinski2022-07-291-1/+1
| * | | tls: rx: don't consider sock_rcvtimeo() cumulativeJakub Kicinski2022-07-291-18/+19
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-07-2927-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
| | | |/ | | |/|
| * | | net: devlink: remove redundant net_eq() check from sb_pool_get_dumpit()Jiri Pirko2022-07-281-2/+1
| * | | net/sched: sch_cbq: change the type of cbq_set_lss to voidZhengchao Shao2022-07-281-2/+1
| * | | net/smc: Enable module load on netlink usageStefan Raspl2022-07-272-0/+2
| * | | net/smc: Pass on DMBE bit mask in IRQ handlerStefan Raspl2022-07-271-3/+3