summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* can: raw: add support for SO_MARKMarc Kleine-Budde2022-12-121-0/+1
* net: af_can: remove useless parameter 'err' in 'can_rx_register()'Ye Bin2022-12-121-2/+1
* Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2022-12-105-32/+385
|\
| * xfrm: Fix spelling mistake "oflload" -> "offload"Colin Ian King2022-12-091-1/+1
| * xfrm: add support to HW update soft and hard limitsLeon Romanovsky2022-12-051-0/+4
| * xfrm: speed-up lookup of HW policiesLeon Romanovsky2022-12-052-20/+62
| * xfrm: add TX datapath support for IPsec packet offload modeLeon Romanovsky2022-12-053-6/+142
| * xfrm: add an interface to offload policyLeon Romanovsky2022-12-053-1/+153
| * xfrm: allow state packet offload modeLeon Romanovsky2022-12-051-5/+19
| * xfrm: add new packet offload flagLeon Romanovsky2022-12-052-0/+5
* | net: devlink: Add missing error check to devlink_resource_put()Gavrilov Ilia2022-12-101-3/+4
* | skbuff: Introduce slab_build_skb()Kees Cook2022-12-102-9/+63
* | mptcp: return 0 instead of 'err' varMatthieu Baerts2022-12-102-3/+3
* | mptcp: use nlmsg_free instead of kfree_skbGeliang Tang2022-12-101-4/+4
* | net: openvswitch: Add support to count upcall packetswangchuanlei2022-12-093-0/+107
* | net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela2022-12-0914-25/+49
* | net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela2022-12-0921-42/+81
* | net/sched: add retpoline wrapper for tcPedro Tammela2022-12-091-0/+5
* | net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn2022-12-092-1/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-0926-75/+140
|\ \
| * | ipv6: avoid use-after-free in ip6_fragment()Eric Dumazet2022-12-081-0/+5
| * | Merge tag 'linux-can-fixes-for-6.1-20221207' of git://git.kernel.org/pub/scm/...Jakub Kicinski2022-12-081-3/+3
| |\ \
| | * | can: af_can: fix NULL pointer dereference in can_rcv_filterOliver Hartkopp2022-12-071-3/+3
| * | | Merge tag 'ieee802154-for-net-2022-12-05' of git://git.kernel.org/pub/scm/lin...Paolo Abeni2022-12-071-0/+1
| |\ \ \
| | * | | mac802154: fix missing INIT_LIST_HEAD in ieee802154_if_add()Wei Yongjun2022-12-051-0/+1
| * | | | tipc: call tipc_lxc_xmit without holding node_read_lockXin Long2022-12-071-3/+9
| | |/ / | |/| |
| * | | ipv4: Fix incorrect route flushing when table ID 0 is usedIdo Schimmel2022-12-071-0/+3
| * | | ipv4: Fix incorrect route flushing when source address is deletedIdo Schimmel2022-12-071-0/+1
| * | | tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-061-1/+3
| * | | ip_gre: do not report erspan version on GRE interfaceHangbin Liu2022-12-061-19/+29
| * | | NFC: nci: Bounds check struct nfc_target arraysKees Cook2022-12-061-0/+6
| * | | net: dsa: sja1105: Check return valueArtem Chernyshev2022-12-031-1/+2
| * | | net: dsa: hellcreek: Check return valueArtem Chernyshev2022-12-031-1/+2
| * | | net: dsa: ksz: Check return valueArtem Chernyshev2022-12-031-1/+2
| * | | Bluetooth: Fix crash when replugging CSR fake controllersLuiz Augusto von Dentz2022-12-021-2/+6
| * | | Bluetooth: Fix not cleanup led when bt_init failsChen Zhongjin2022-12-021-1/+3
| * | | Bluetooth: Fix support for Read Local Supported Codecs V2Chethan T N2022-12-022-13/+16
| * | | Bluetooth: L2CAP: Fix u8 overflowSungwoo Kim2022-12-021-1/+2
| * | | Bluetooth: silence a dmesg error message in hci_request.cMateusz Jończyk2022-12-021-1/+1
| * | | Bluetooth: hci_conn: add missing hci_dev_put() in iso_listen_bis()Wang ShaoBo2022-12-021-0/+1
| * | | Bluetooth: 6LoWPAN: add missing hci_dev_put() in get_l2cap_conn()Wang ShaoBo2022-12-021-0/+1
| * | | Bluetooth: btusb: Fix CSR clones again by re-adding ERR_DATA_REPORTING quirkIsmael Ferreras Morezuelas2022-12-021-2/+7
| * | | inet: ping: use hlist_nulls rcu iterator during lookupFlorian Westphal2022-12-011-1/+6
| * | | af_unix: Get user_ns from in_skb in unix_diag_get_exact().Kuniyuki Iwashima2022-12-011-8/+12
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-12-014-17/+19
| |\ \ \
| | * | | netfilter: ctnetlink: fix compilation warning after data race fixes in ct markPablo Neira Ayuso2022-11-301-9/+10
| | * | | netfilter: conntrack: fix using __this_cpu_add in preemptibleXin Long2022-11-301-3/+3
| | * | | netfilter: flowtable_offload: fix using __this_cpu_add in preemptibleXin Long2022-11-281-3/+3
| | * | | netfilter: nft_set_pipapo: Actually validate intervals in fields after the fi...Stefano Brivio2022-11-281-2/+3
* | | | | devlink: Expose port function commands to control migratableShay Drory2022-12-081-0/+55