summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-for-net-2022-01-04' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2022-01-044-82/+55
|\
| * mac80211: mesh: embedd mesh_paths and mpp_paths into ieee80211_if_meshPavel Skripkin2022-01-043-81/+54
| * mac80211: initialize variable have_higher_than_11mbitTom Rix2022-01-041-1/+1
* | sch_qfq: prevent shift-out-of-bounds in qfq_init_qdiscEric Dumazet2022-01-041-4/+2
* | netrom: fix copying in user data in nr_setsockoptChristoph Hellwig2022-01-041-1/+1
* | udp6: Use Segment Routing Header for dest address if presentAndrew Lunn2022-01-041-1/+2
* | icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Andrew Lunn2022-01-042-1/+35
* | seg6: export get_srh() for ICMP handlingAndrew Lunn2022-01-042-31/+31
* | Merge tag 'batadv-net-pullrequest-20220103' of git://git.open-mesh.org/linux-...Jakub Kicinski2022-01-033-11/+21
|\ \
| * | batman-adv: mcast: don't send link-local multicast to mcast routersLinus Lüssing2022-01-023-11/+21
* | | ipv6: Do cleanup if attribute validation fails in multipath routeDavid Ahern2022-01-031-5/+3
* | | ipv6: Continue processing multipath route even if gateway attribute is invalidDavid Ahern2022-01-031-2/+5
| |/ |/|
* | sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-022-32/+36
* | mctp: Remove only static neighbour on RTM_DELNEIGHGagan Kumar2022-01-021-4/+5
* | net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang2021-12-311-0/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-12-311-2/+2
|\ \
| * | Revert "xsk: Do not sleep in poll() when need_wakeup set"Magnus Karlsson2021-12-171-2/+2
* | | lwtunnel: Validate RTA_ENCAP_TYPE attribute lengthDavid Ahern2021-12-313-0/+11
* | | ipv6: Check attribute length for RTA_GATEWAY when deleting multipath routeDavid Ahern2021-12-311-1/+5
* | | ipv6: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2021-12-311-1/+20
* | | ipv4: Check attribute length for RTA_FLOW in multipath routeDavid Ahern2021-12-311-3/+14
* | | ipv4: Check attribute length for RTA_GATEWAY in multipath routeDavid Ahern2021-12-311-3/+26
* | | net/ncsi: check for error return from call to nla_put_u32Jiasheng Jiang2021-12-291-1/+5
* | | net: bridge: mcast: fix br_multicast_ctx_vlan_global_disabled helperNikolay Aleksandrov2021-12-291-3/+3
* | | net: fix use-after-free in tw_timer_handlerMuchun Song2021-12-291-6/+4
* | | net: bridge: mcast: add and enforce startup query interval minimumNikolay Aleksandrov2021-12-295-3/+22
* | | net: bridge: mcast: add and enforce query interval minimumNikolay Aleksandrov2021-12-295-3/+22
* | | ipv6: raw: check passed optlen before readingTamir Duberstein2021-12-291-0/+3
* | | xsk: Initialise xskb free_list_nodeCiara Loftus2021-12-291-0/+1
* | | net/smc: fix kernel panic caused by race of smc_sockDust Li2021-12-288-76/+57
* | | net/smc: don't send CDC/LLC message if link not readyDust Li2021-12-285-5/+11
* | | net: udp: fix alignment problem in udp4_seq_show()yangxingwu2021-12-271-1/+1
* | | net/smc: fix using of uninitialized completionsKarsten Graul2021-12-271-2/+4
* | | ip6_vti: initialize __ip6_tnl_parm struct in vti6_siocdevprivateWilliam Zhao2021-12-271-0/+2
* | | sctp: use call_rcu to free endpointXin Long2021-12-253-22/+36
* | | udp: using datalen to cap ipv6 udp max gso segmentsCoco Li2021-12-231-1/+1
* | | net: bridge: fix ioctl old_deviceless bridge argumentRemi Pommarel2021-12-231-1/+1
* | | net: dsa: tag_ocelot: use traffic class to map priority on injected headerXiaoliang Yang2021-12-231-1/+5
* | | inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-207-17/+22
* | | phonet/pep: refuse to enable an unbound pipeRémi Denis-Courmont2021-12-201-0/+2
* | | mac80211: fix locking in ieee80211_start_ap error pathJohannes Berg2021-12-201-0/+3
* | | ax25: NPD bug when detaching AX25 deviceLin Ma2021-12-181-1/+3
* | | Revert "tipc: use consistent GFP flags"Hoang Le2021-12-171-4/+4
* | | net: openvswitch: Fix matching zone id for invalid conns arriving from tcPaul Blakey2021-12-172-1/+8
* | | net/sched: flow_dissector: Fix matching on zone id for invalid connsPaul Blakey2021-12-173-2/+5
* | | net/sched: Extend qdisc control block with tc control blockPaul Blakey2021-12-175-15/+19
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2021-12-174-6/+9
|\ \
| * | netfilter: ctnetlink: remove expired entries firstFlorian Westphal2021-12-161-2/+3
| * | netfilter: fix regression in looped (broad|multi)cast's MAC handlingIgnacy Gawędzki2021-12-162-2/+4
| * | netfilter: nf_tables: fix use-after-free in nft_set_catchall_destroy()Eric Dumazet2021-12-151-2/+2