summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu2019-09-061-2/+2
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-09-061-1/+7
* openvswitch: Fix conntrack cache with timeoutYi-Hung Wei2019-09-061-0/+13
* ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev2019-09-061-4/+4
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-061-7/+9
* net/smc: make sure EPOLLOUT is raisedJason Baron2019-09-061-4/+2
* net: fix __ip_mc_inc_group usageLi RongQing2019-09-061-2/+2
* ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu2019-09-061-1/+2
* rxrpc: Fix local refcountingDavid Howells2019-08-291-5/+7
* rxrpc: Fix local endpoint replacementDavid Howells2019-08-291-1/+1
* rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-291-9/+10
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-294-39/+72
* libceph: fix PG split vs OSD (re)connect raceIlya Dryomov2019-08-291-5/+4
* rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells2019-08-291-0/+1
* rxrpc: Fix potential deadlockDavid Howells2019-08-293-1/+20
* netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik2019-08-291-1/+1
* netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio2019-08-292-2/+2
* netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio2019-08-291-4/+0
* {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-08-294-13/+31
* can: gw: Fix error path of cgw_module_initYueHaibing2019-08-291-15/+33
* bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend2019-08-291-0/+3
* bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend2019-08-291-0/+2
* bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend2019-08-291-5/+9
* netfilter: ebtables: fix a memory leak bug in compatWenwen Wang2019-08-291-1/+3
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-255-8/+32
* net sched: update skbedit action for batched events operationsRoman Mashak2019-08-251-0/+12
* tipc: initialise addr_trail_end when setting node addressesChris Packham2019-08-251-0/+1
* sctp: fix the transport error_count checkXin Long2019-08-251-1/+1
* sctp: fix memleak in sctp_send_reset_streamszhengbin2019-08-251-0/+1
* net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk2019-08-251-1/+2
* net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-251-0/+7
* net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai2019-08-251-0/+3
* netfilter: conntrack: Use consistent ct id hash calculationDirk Morris2019-08-251-8/+8
* netfilter: ebtables: also count base chain policiesFlorian Westphal2019-08-251-11/+17
* bpf: fix access to skb_shared_info->gso_segsEric Dumazet2019-08-251-3/+3
* mac80211: don't WARN on short WMM parameters from APBrian Norris2019-08-161-0/+10
* mac80211: don't warn about CW params when not using themBrian Norris2019-08-161-4/+9
* mac80211: fix possible memory leak in ieee80211_assign_beaconLorenzo Bianconi2019-08-161-2/+6
* netfilter: nf_tables: Support auto-loading for inet natPhil Sutter2019-08-161-0/+3
* netfilter: nft_hash: fix symhash with modulus oneLaura Garcia Liebana2019-08-161-1/+1
* netfilter: conntrack: always store window size un-scaledFlorian Westphal2019-08-161-3/+5
* netfilter: nf_tables: fix module autoload for redirChristian Hesse2019-08-161-1/+1
* netfilter: Fix rpfilter dropping vrf packets by mistakeMiaohe Lin2019-08-162-2/+7
* netfilter: nfnetlink: avoid deadlock due to synchronous request_moduleFlorian Westphal2019-08-161-1/+1
* Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg2019-08-091-1/+0
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-091-0/+3
* net/smc: avoid fallback in case of non-blocking connectUrsula Braun2019-08-091-3/+4
* hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-091-0/+8
* net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer2019-08-091-5/+10
* tipc: fix unitilized skb list crashJon Maloy2019-08-091-2/+1