summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf, sockmap: Fix an infinite loop error when len is 0 in tcp_bpf_recvmsg_par...Liu Jian2023-03-033-0/+12
* tcp: tcp_check_req() can be called from process contextEric Dumazet2023-02-271-2/+5
* Merge tag 'wireless-2023-02-27' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-02-271-2/+2
|\
| * wifi: wext: warn about usage only onceJohannes Berg2023-02-261-2/+2
* | net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchyPedro Tammela2023-02-271-2/+2
* | net/sched: act_sample: fix action bind logicPedro Tammela2023-02-261-2/+9
* | net/sched: act_mpls: fix action bind logicPedro Tammela2023-02-261-29/+37
* | net/sched: act_pedit: fix action bind logicPedro Tammela2023-02-261-27/+31
* | nfc: fix memory leak of se_io context in nfc_genl_se_ioFedor Pchelkin2023-02-261-0/+4
* | net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy()Nathan Chancellor2023-02-261-1/+1
* | net: fix __dev_kfree_skb_any() vs drop monitorEric Dumazet2023-02-241-1/+3
* | sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long2023-02-231-31/+21
* | ipv6: Add lwtunnel encap size of all siblings in nexthop calculationLu Wei2023-02-231-5/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2023-02-2313-29/+48
|\ \ | |/ |/|
| * netfilter: x_tables: fix percpu counter block leak on error path when creatin...Pavel Tikhomirov2023-02-223-0/+12
| * netfilter: ctnetlink: make event listener tracking globalFlorian Westphal2023-02-223-5/+9
| * netfilter: xt_length: use skb len to match in length_mt6Xin Long2023-02-221-2/+1
| * netfilter: ebtables: fix table blob use-after-freeFlorian Westphal2023-02-223-5/+3
| * netfilter: ip6t_rpfilter: Fix regression with VRF interfacesPhil Sutter2023-02-221-1/+3
| * netfilter: conntrack: fix rmmod double-free raceFlorian Westphal2023-02-223-14/+15
| * netfilter: ctnetlink: fix possible refcount leak in ctnetlink_create_conntrack()Hangyu Hua2023-02-221-1/+4
| * netfilter: nf_tables: allow to fetch set elements when table has an ownerPablo Neira Ayuso2023-02-091-1/+1
* | Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2023-02-22299-13882/+13406
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-02-213-67/+77
| |\ \
| | * | l2tp: Avoid possible recursive deadlock in l2tp_tunnel_register()Shigeru Yoshida2023-02-201-58/+67
| | * | net/smc: fix application data exceptionD. Wythe2023-02-201-9/+8
| | * | net/smc: fix potential panic dues to unprotected smc_llc_srv_add_link()D. Wythe2023-02-201-0/+2
| * | | net: ethtool: fix __ethtool_dev_mm_supported() implementationVladimir Oltean2023-02-211-1/+1
| * | | ethtool: pse-pd: Fix double word in commentsBo Liu2023-02-211-1/+1
| * | | xsk: add linux/vmalloc.h to xsk.cXuan Zhuo2023-02-211-0/+1
| * | | net/sched: flower: Support hardware miss to tc actionPaul Blakey2023-02-211-1/+12
| * | | net/sched: flower: Move filter handle initialization earlierPaul Blakey2023-02-211-27/+35
| * | | net/sched: cls_api: Support hardware miss to tc actionPaul Blakey2023-02-213-12/+208
| * | | net/sched: Rename user cookie and act cookiePaul Blakey2023-02-212-27/+27
| * | | Merge tag 'ieee802154-for-net-next-2023-02-20' of git://git.kernel.org/pub/sc...Jakub Kicinski2023-02-2114-34/+1099
| |\ \ \
| | * | | ieee802154: Drop device trackersMiquel Raynal2023-02-181-20/+4
| | * | | mac802154: Fix an always true conditionMiquel Raynal2023-02-181-3/+2
| | * | | mac802154: Send beacons using the MLME Tx pathMiquel Raynal2023-02-181-1/+19
| | * | | ieee802154: Change error code on monitor scan netlink requestMiquel Raynal2023-02-181-1/+1
| | * | | ieee802154: Convert scan error messages to extackMiquel Raynal2023-02-181-6/+13
| | * | | ieee802154: Use netlink policies when relevant on scan parametersMiquel Raynal2023-02-181-56/+28
| | * | | mac802154: Avoid superfluous endianness handlingMiquel Raynal2023-01-301-2/+2
| | * | | mac802154: Handle basic beaconingMiquel Raynal2023-01-287-3/+230
| | * | | ieee802154: Add support for user beaconing requestsMiquel Raynal2023-01-284-0/+143
| | * | | mac802154: Handle passive scanningMiquel Raynal2023-01-037-6/+407
| | * | | mac802154: Add MLME Tx locked helpersMiquel Raynal2023-01-032-13/+35
| | * | | mac802154: Prepare forcing specific symbol durationMiquel Raynal2023-01-032-10/+12
| | * | | ieee802154: Introduce a helper to validate a channelMiquel Raynal2023-01-031-2/+1
| | * | | ieee802154: Add support for user scanning requestsMiquel Raynal2023-01-034-0/+291
| * | | | net/ulp: Remove redundant ->clone() test in inet_clone_ulp().Kuniyuki Iwashima2023-02-211-2/+1