summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Add missing of_node_put() in dsa_port_parse_ofMiaoqian Lin2022-03-171-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2022-03-162-3/+2
|\
| * esp6: fix check on ipv6_skip_exthdr's return valueSabrina Dubroca2022-03-141-2/+1
| * af_key: add __GFP_ZERO flag for compose_sadb_supported in function pfkey_regi...Haimin Zhang2022-03-101-1/+1
* | net/packet: fix slab-out-of-bounds access in packet_recvmsg()Eric Dumazet2022-03-141-1/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-03-143-45/+10
|\ \
| * | netfilter: nf_tables: disable register trackingPablo Neira Ayuso2022-03-121-2/+7
| * | Revert "netfilter: conntrack: tag conntracks picked up in local out hook"Florian Westphal2022-03-081-3/+0
| * | Revert "netfilter: nat: force port remap to prevent shadowing well-known ports"Florian Westphal2022-03-081-40/+3
* | | vsock: each transport cycles only on its own socketsJiyong Park2022-03-113-5/+16
* | | net: ipv6: fix skb_over_panic in __ip6_append_dataTadeusz Struk2022-03-111-2/+2
* | | Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-03-1016-69/+117
|\ \ \
| * | | xdp: xdp_mem_allocator can be NULL in trace_mem_connect().Sebastian Andrzej Siewior2022-03-101-1/+2
| * | | sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-101-6/+3
| | |/ | |/|
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2022-03-098-23/+66
| |\ \
| | * | net: Fix esp GSO on inter address family tunnels.Steffen Klassert2022-03-073-4/+27
| | * | esp: Fix BEET mode inter address family tunneling on GSOSteffen Klassert2022-03-072-0/+6
| | * | esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-072-0/+10
| | * | Revert "xfrm: state and policy should fail if XFRMA_IF_ID 0"Kai Lueke2022-03-061-18/+3
| | * | xfrm: fix tunnel model fragmentation behaviorLina Wang2022-03-012-1/+20
| * | | ax25: Fix NULL pointer dereference in ax25_kill_by_deviceDuoming Zhou2022-03-091-0/+7
| * | | tipc: fix incorrect order of state message data sanity checkTung Nguyen2022-03-081-4/+5
| * | | net: dsa: unlock the rtnl_mutex when dsa_master_setup() failsVladimir Oltean2022-03-061-3/+3
| * | | tipc: fix kernel panic when enabling bearerTung Nguyen2022-03-041-5/+7
| * | | Merge tag 'for-net-2022-03-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-03-032-27/+24
| |\ \ \
| | * | | Bluetooth: hci_sync: Fix not processing all entries on cmd_sync_workLuiz Augusto von Dentz2022-03-031-26/+23
| | * | | Bluetooth: hci_core: Fix unbalanced unlock in set_device_flags()Hans de Goede2022-03-031-1/+1
| | | |/ | | |/|
* | / | xen/9p: use alloc/free_pages_exact()Juergen Gross2022-03-071-8/+6
|/ / /
* | | ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()Eric Dumazet2022-03-031-20/+12
* | | net: dsa: make dsa_tree_change_tag_proto actually unwind the tag proto changeVladimir Oltean2022-03-031-1/+1
* | | net: dcb: disable softirqs in dcbnl_flush_dev()Vladimir Oltean2022-03-031-2/+2
|/ /
* | net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error cause by serverD. Wythe2022-03-031-1/+2
* | net/smc: fix unexpected SMC_CLC_DECL_ERR_REGRMB error generated by clientD. Wythe2022-03-031-1/+1
* | tcp: make tcp_read_sock() more robustEric Dumazet2022-03-021-4/+6
* | bpf, sockmap: Do not ignore orig_len parameterEric Dumazet2022-03-021-1/+1
* | net: fix up skbs delta_truesize in UDP GRO frag_listlena wang2022-03-021-1/+1
* | Merge tag 'batadv-net-pullrequest-20220302' of git://git.open-mesh.org/linux-...Jakub Kicinski2022-03-021-9/+20
|\ \
| * | batman-adv: Don't expect inter-netns unique iflink indicesSven Eckelmann2022-03-021-5/+14
| * | batman-adv: Request iflink once in batadv_get_real_netdeviceSven Eckelmann2022-03-021-4/+5
| * | batman-adv: Request iflink once in batadv-on-batadv checkSven Eckelmann2022-03-021-4/+5
* | | nl80211: Update bss channel on channel switch for P2P_CLIENTSreeramya Soratkal2022-03-021-1/+2
* | | net: dsa: restore error path of dsa_tree_change_tag_protoVladimir Oltean2022-03-011-1/+1
* | | Merge tag 'for-net-2022-03-01' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2022-03-011-36/+63
|\ \ \
| * | | Bluetooth: Fix not checking MGMT cmd pending queueBrian Gix2022-03-011-36/+63
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-03-016-17/+59
|\ \ \ \
| * | | | net/sched: act_ct: Fix flow table lookup failure with no originating ifindexPaul Blakey2022-03-012-5/+14
| * | | | netfilter: nf_queue: handle socket prefetchFlorian Westphal2022-03-011-0/+12
| * | | | netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2022-03-012-7/+18
| * | | | netfilter: nf_queue: don't assume sk is full socketFlorian Westphal2022-03-011-1/+10
| * | | | netfilter: fix use-after-free in __nf_register_net_hook()Eric Dumazet2022-02-281-2/+3