summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | can: af_can: prevent potential access of uninitialized member in can_rcv()Anant Thazhemadam2020-11-151-5/+14
* | | | devlink: Add missing genlmsg_cancel() in devlink_nl_sb_port_pool_fill()Wang Hai2020-11-141-2/+4
* | | | netlabel: fix an uninitialized warning in netlbl_unlabel_staticlist()Paul Moore2020-11-141-1/+1
* | | | sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-143-5/+5
* | | | vsock: forward all packets to the host when no H2G is registeredStefano Garzarella2020-11-141-1/+1
|/ / /
* | | ipv6: Fix error path to cancel the meseageZhang Qilong2020-11-131-2/+6
* | | net: Exempt multicast addresses from five-second neighbor lifetimeJeff Dike2020-11-133-0/+15
* | | Merge tag 'mac80211-for-net-2020-11-13' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-11-135-43/+20
|\ \ \
| * | | mac80211: free sta in sta_info_insert_finish() on errorsJohannes Berg2020-11-131-10/+4
| * | | mac80211: minstrel: fix tx status processing corner caseFelix Fietkau2020-11-121-1/+1
| * | | mac80211: minstrel: remove deferred sampling codeFelix Fietkau2020-11-122-22/+4
| * | | mac80211: fix memory leak on filtered powersave framesFelix Fietkau2020-11-121-10/+8
| * | | rfkill: Fix use-after-free in rfkill_resume()Claire Chang2020-11-121-0/+3
* | | | net: x25: Increase refcnt of "struct x25_neigh" in x25_rx_call_requestXie He2020-11-121-0/+1
* | | | net/ncsi: Fix netlink registrationJoel Stanley2020-11-123-27/+3
* | | | Merge tag 'net-5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-1215-28/+86
|\ \ \ \
| * | | | net: udp: fix IP header access and skb lookup on Fast/frag0 UDP GROAlexander Lobakin2020-11-122-4/+30
| * | | | net: udp: fix UDP header access on Fast/frag0 UDP GROAlexander Lobakin2020-11-121-1/+1
| * | | | devlink: Avoid overwriting port attributes of registered portParav Pandit2020-11-121-2/+6
| |/ / /
| * | | net/x25: Fix null-ptr-deref in x25_connectMartin Schiller2020-11-111-1/+1
| * | | tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-111-2/+8
| * | | net/af_iucv: fix null pointer dereference on shutdownUrsula Braun2020-11-101-1/+2
| * | | net: Update window_clamp if SOCK_RCVBUF is setMao Wenan2020-11-102-4/+15
| * | | netlabel: fix our progress tracking in netlbl_unlabel_staticlist()Paul Moore2020-11-101-5/+12
| * | | mptcp: provide rmem[0] limitPaolo Abeni2020-11-091-0/+1
| * | | ethtool: netlink: add missing netdev_features_change() callAlexander Lobakin2020-11-091-1/+1
| * | | tunnels: Fix off-by-one in lower MTU bounds for ICMP/ICMPv6 repliesStefano Brivio2020-11-091-2/+2
| * | | IPv6: Set SIT tunnel hard_header_len to zeroOliver Herms2020-11-091-2/+0
| |/ /
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-11-062-3/+7
| |\ \ | | |/ | |/|
| | * xsk: Fix possible memory leak at socket closeMagnus Karlsson2020-10-292-3/+7
* | | Merge tag 'nfsd-5.10-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2020-11-091-4/+5
|\ \ \ | |/ / |/| |
| * | net/sunrpc: fix useless comparison in proc_do_xprt()Dan Carpenter2020-11-081-3/+4
| * | net/sunrpc: return 0 on attempt to write to "transports"Dan Carpenter2020-11-061-1/+1
* | | Merge tag 'net-5.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-0638-126/+239
|\ \ \ | |/ / |/| |
| * | Merge tag 'linux-can-fixes-for-5.10-20201103' of git://git.kernel.org/pub/scm...Jakub Kicinski2020-11-044-16/+27
| |\ \
| | * | can: isotp: padlen(): make const array static, makes object smallerColin Ian King2020-11-031-8/+10
| | * | can: isotp: isotp_rcv_cf(): enable RX timeout handling in listen-only modeOliver Hartkopp2020-11-031-4/+4
| | * | can: isotp: Explain PDU in CAN_ISOTP help textGeert Uytterhoeven2020-11-031-2/+3
| | * | can: j1939: j1939_sk_bind(): return failure if netdev is downZhang Changzhong2020-11-031-0/+6
| | * | can: proc: can_remove_proc(): silence remove_proc_entry warningZhang Changzhong2020-11-031-2/+4
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski2020-11-044-11/+13
| |\ \ \
| | * | | net: xfrm: fix a race condition during allocing spizhuoliang zhang2020-10-231-3/+5
| | * | | xfrm: interface: fix the priorities for ipip and ipv6 tunnelsXin Long2020-10-093-8/+8
| * | | | net: openvswitch: silence suspicious RCU usage warningEelco Chaudron2020-11-032-8/+8
| * | | | mptcp: token: fix unititialized variableDavide Caratti2020-11-031-1/+1
| | |/ / | |/| |
| * | | sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-021-2/+2
| * | | Merge tag 'mac80211-for-net-2020-10-30' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski2020-11-028-48/+93
| |\ \ \
| | * | | mac80211: don't require VHT elements for HE on 2.4 GHzJohannes Berg2020-10-301-1/+2
| | * | | cfg80211: regulatory: Fix inconsistent format argumentYe Bin2020-10-301-1/+1
| | * | | mac80211: fix kernel-doc markupsMauro Carvalho Chehab2020-10-301-1/+8