summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* netrom: Decrease sock refcount when sock timers expireNguyen Dinh Phi2021-07-181-9/+11
* sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-181-0/+4
* net: sched: fix memory leak in tcindex_partial_destroy_workPavel Skripkin2021-07-181-1/+4
* net: Fix zero-copy head len calculation.Pravin B Shelar2021-07-181-1/+4
* bonding: fix build issueMahesh Bandewar2021-07-171-0/+2
* net: decnet: Fix sleeping inside in af_decnetYajun Deng2021-07-161-15/+12
* mt7530 fix mt7530_fdb_write vid missing ivl bitEric Woudstra2021-07-162-0/+2
* skbuff: Fix a potential race while recycling page_pool packetsIlias Apalodimas2021-07-161-1/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-159-15/+37
|\
| * bpftool: Check malloc return value in mount_bpffs_for_pinTobias Klauser2021-07-151-0/+5
| * bpf, sockmap, udp: sk_prot needs inuse_idx set for proc statsJakub Sitnicki2021-07-151-1/+1
| * bpf, sockmap, tcp: sk_prot needs inuse_idx set for proc statsJohn Fastabend2021-07-151-1/+1
| * bpf, sockmap: Fix potential memory leak on unlikely error caseJohn Fastabend2021-07-151-5/+11
| * s390/bpf: Perform r1 range checking before accessing jit->seen_reg[r1]Colin Ian King2021-07-151-1/+1
| * xdp, net: Fix use-after-free in bpf_xdp_link_releaseXuan Zhuo2021-07-131-4/+10
| * bpf: Fix tail_call_reachable rejection for interpreter when jit failedDaniel Borkmann2021-07-131-0/+2
| * bpf, test: fix NULL pointer dereference on invalid expected_attach_typeXuan Zhuo2021-07-121-0/+3
| * doc, af_xdp: Fix bind flags option typoBaruch Siach2021-07-121-3/+3
* | usb: hso: fix error handling code of hso_create_net_deviceDongliang Mu2021-07-151-10/+23
* | qed: fix possible unpaired spin_{un}lock_bh in _qed_mcp_cmd_and_union()Jia He2021-07-151-6/+17
* | net: fix uninit-value in caif_seqpkt_sendmsgZiyang Xuan2021-07-151-1/+2
* | net_sched: introduce tracepoint trace_qdisc_enqueue()Qitao Xu2021-07-152-4/+42
* | net_sched: use %px to print skb address in trace_qdisc_dequeue()Qitao Xu2021-07-151-1/+1
* | net: use %px to print skb address in trace_netif_receive_skbQitao Xu2021-07-151-1/+1
* | liquidio: Fix unintentional sign extension issue on left shift of u16Colin Ian King2021-07-151-1/+1
* | net: dsa: mv88e6xxx: NET_DSA_MV88E6XXX_PTP should depend on NET_DSA_MV88E6XXXGeert Uytterhoeven2021-07-151-1/+1
* | Merge branch 'r8152-pm-fixxes'David S. Miller2021-07-141-10/+20
|\ \
| * | r8152: Fix a deadlock by doubly PM resumeTakashi Iwai2021-07-141-9/+18
| * | r8152: Fix potential PM refcount imbalanceTakashi Iwai2021-07-141-1/+2
|/ /
* | Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-14191-2346/+3595
|\ \
| * | net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...Vladimir Oltean2021-07-131-2/+2
| * | Merge branch 'sfc-tx-queues'David S. Miller2021-07-131-8/+14
| |\ \
| | * | sfc: add logs explaining XDP_TX/REDIRECT is not availableÍñigo Huguet2021-07-131-0/+4
| | * | sfc: ensure correct number of XDP queuesÍñigo Huguet2021-07-131-7/+8
| | * | sfc: fix lack of XDP TX queues - error XDP TX failed (-22)Íñigo Huguet2021-07-131-1/+2
| |/ /
| * | net: fddi: fix UAF in fza_probePavel Skripkin2021-07-131-2/+1
| * | net: dsa: sja1105: fix address learning getting disabled on the CPU portVladimir Oltean2021-07-131-8/+6
| * | net: ocelot: fix switchdev objects synced for wrong netdev with LAG offloadVladimir Oltean2021-07-131-4/+5
| * | net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-138-27/+13
| * | octeontx2-pf: Fix uninitialized boolean variable ppsColin Ian King2021-07-121-1/+1
| * | ipv6: allocate enough headroom in ip6_finish_output2()Vasily Averin2021-07-121-0/+28
| * | net: hdlc: rename 'mod_init' & 'mod_exit' functions to be module-specificRandy Dunlap2021-07-126-24/+24
| * | Merge branch 'bridge-mc-fixes'David S. Miller2021-07-111-0/+6
| |\ \ | | |/ | |/|
| | * net: bridge: multicast: fix MRD advertisement router port marking raceNikolay Aleksandrov2021-07-111-0/+4
| | * net: bridge: multicast: fix PIM hello router port marking raceNikolay Aleksandrov2021-07-111-0/+2
| |/
| * net: phy: marvell10g: fix differentiation of 88X3310 from 88X3340Marek Behún2021-07-112-10/+36
| * dsa: fix for_each_child.cocci warningskernel test robot2021-07-111-1/+3
| * virtio_net: check virtqueue_add_sgs() return valueYunjian Wang2021-07-101-1/+7
| * Merge branch 'mptcp-Connection-and-accounting-fixes'David S. Miller2021-07-1010-28/+68
| |\
| | * mptcp: properly account bulk freed memoryPaolo Abeni2021-07-104-6/+18