summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netfilter: cttimeout: inc/dec module refcount per object, not per use refcountFlorian Westphal2022-04-081-9/+5
* netfilter: conntrack: split inner loop of list dumping to own functionFlorian Westphal2022-04-081-25/+43
* netfilter: ecache: move to separate structureFlorian Westphal2022-04-082-11/+16
* netfilter: nf_tables: replace unnecessary use of list_for_each_entry_continue()Jakob Koschel2022-04-051-4/+2
* Merge tag 'net-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-3158-337/+588
|\
| * vxlan: do not feed vxlan_vnifilter_dump_dev with non vxlan devicesEric Dumazet2022-03-311-0/+6
| * openvswitch: Add recirc_id to recirc warningStéphane Graber2022-03-311-2/+2
| * Merge tag 'linux-can-fixes-for-5.18-20220331' of git://git.kernel.org/pub/scm...Jakub Kicinski2022-03-317-32/+37
| |\
| | * can: gs_usb: gs_make_candev(): fix memory leak for devices with extended bit ...Marc Kleine-Budde2022-03-311-0/+2
| | * can: mcba_usb: properly check endpoint typePavel Skripkin2022-03-311-10/+16
| | * can: mcba_usb: mcba_usb_start_xmit(): fix double dev_kfree_skb in error pathHangyu Hua2022-03-311-1/+0
| | * can: usb_8dev: usb_8dev_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-16/+14
| | * can: ems_usb: ems_usb_start_xmit(): fix double dev_kfree_skb() in error pathHangyu Hua2022-03-311-1/+0
| | * can: m_can: m_can_tx_handler(): fix use after free of skbMarc Kleine-Budde2022-03-311-2/+3
| | * can: mcp251xfd: mcp251xfd_register_get_dev_id(): fix return of error valueTom Rix2022-03-311-1/+1
| | * can: isotp: restore accidentally removed MSG_PEEK featureOliver Hartkopp2022-03-311-1/+1
| * | rxrpc: fix some null-ptr-deref bugs in server_key.cXiaolong Huang2022-03-311-2/+5
| * | rxrpc: Fix call timer start racing with call destructionDavid Howells2022-03-314-15/+50
| * | Merge branch 'net-hns3-add-two-fixes-for-net'Paolo Abeni2022-03-314-8/+15
| |\ \
| | * | net: hns3: fix software vlan talbe of vlan 0 inconsistent with hardwareGuangbin Huang2022-03-311-3/+3
| | * | net: hns3: fix the concurrency between functions reading debugfsYufeng Mo2022-03-313-5/+12
| |/ /
| * | Merge branch 'docs-update-and-move-the-netdev-faq'Paolo Abeni2022-03-315-48/+73
| |\ \ | | |/ | |/|
| | * docs: netdev: move the netdev-FAQ to the process pagesJakub Kicinski2022-03-315-2/+5
| | * docs: netdev: broaden the new vs old code formatting guidelinesJakub Kicinski2022-03-311-4/+4
| | * docs: netdev: call out the merge window in tag checkingJakub Kicinski2022-03-311-1/+3
| | * docs: netdev: add missing back ticksJakub Kicinski2022-03-311-6/+6
| | * docs: netdev: make the testing requirement more stringentJakub Kicinski2022-03-311-5/+9
| | * docs: netdev: add a question about re-posting frequencyJakub Kicinski2022-03-311-0/+11
| | * docs: netdev: rephrase the 'should I update patchwork' questionJakub Kicinski2022-03-311-3/+5
| | * docs: netdev: rephrase the 'Under review' questionJakub Kicinski2022-03-311-3/+5
| | * docs: netdev: shorten the name and mention msgid for patch statusJakub Kicinski2022-03-311-3/+5
| | * docs: netdev: note that RFC postings are allowed any timeJakub Kicinski2022-03-311-0/+3
| | * docs: netdev: turn the net-next closed into a WarningJakub Kicinski2022-03-311-2/+3
| | * docs: netdev: move the patch marking section upJakub Kicinski2022-03-311-14/+11
| | * docs: netdev: minor rewordJakub Kicinski2022-03-311-1/+1
| | * docs: netdev: replace references to old archivesJakub Kicinski2022-03-311-4/+2
| |/
| * net: sparx5: uses, depends on BRIDGE or !BRIDGERandy Dunlap2022-03-301-0/+1
| * Merge branch 'wireguard-patches-for-5-18-rc1'Jakub Kicinski2022-03-303-22/+12
| |\
| | * wireguard: socket: ignore v6 endpoints when ipv6 is disabledJason A. Donenfeld2022-03-301-2/+2
| | * wireguard: socket: free skb in send6 when ipv6 is disabledWang Hai2022-03-301-0/+1
| | * wireguard: selftests: simplify RNG seedingJason A. Donenfeld2022-03-301-19/+7
| | * wireguard: queueing: use CFI-safe ptr_ring cleanup functionJason A. Donenfeld2022-03-301-1/+2
| |/
| * sfc: Avoid NULL pointer dereference on systems without numa awarenessMartin Habets2022-03-301-7/+4
| * ptp: ocp: handle error from nvmem_device_findJonathan Lemon2022-03-301-7/+8
| * net: dsa: felix: fix possible NULL pointer dereferenceZheng Yongjun2022-03-301-0/+4
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-03-2924-187/+354
| |\
| | * selftests/bpf: Fix clang compilation errorsYonghong Song2022-03-282-4/+2
| | * Merge branch 'xsk: another round of fixes'Alexei Starovoitov2022-03-283-4/+11
| | |\
| | | * ice: xsk: Fix indexing in ice_tx_xsk_pool()Maciej Fijalkowski2022-03-281-1/+1
| | | * ice: xsk: Stop Rx processing when ntc catches ntuMaciej Fijalkowski2022-03-281-0/+3