summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Correctly set noencrypt for PAE framesDenis Kenzior2019-09-061-1/+1
* mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior2019-09-061-2/+2
* mac80211: fix possible sta leakJohannes Berg2019-09-061-4/+5
* Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert2019-09-061-1/+1
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-09-061-1/+7
* tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-09-061-7/+9
* net/smc: make sure EPOLLOUT is raisedJason Baron2019-09-061-4/+2
* ipv6: Default fib6_type to RTN_UNICAST when not setDavid Ahern2019-09-061-1/+1
* ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu2019-09-061-1/+2
* net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-09-061-1/+2
* net/tls: swap sk_write_space on closeJakub Kicinski2019-09-061-0/+1
* net/tls: Fixed return value when tls_complete_pending_work() failsVakul Garg2019-09-061-4/+6
* 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
* can: gw: Fix error path of cgw_module_initYueHaibing2019-08-291-15/+33
* netfilter: ebtables: fix a memory leak bug in compatWenwen Wang2019-08-291-1/+3
* 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/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
* 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
* 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: 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
* compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-08-091-0/+3
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-091-4/+7
* net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun2019-08-091-2/+6
* net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-0915-64/+85
* net sched: update vlan action for batched events operationsRoman Mashak2019-08-091-0/+9
* net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-08-091-3/+3
* net: fix ifindex collision during namespace removalJiri Pirko2019-08-091-0/+2
* net: bridge: mcast: don't delete permanent entries when fast leave is enabledNikolay Aleksandrov2019-08-091-0/+3
* net: bridge: delete local fdb on device init failureNikolay Aleksandrov2019-08-091-0/+5
* ipip: validate header length in ipip_tunnel_xmitHaishuang Yan2019-08-091-0/+3
* ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-08-091-4/+2
* ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan2019-08-091-1/+2
* ife: error out when nla attributes are emptyCong Wang2019-08-091-0/+5