summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTERNikolay Aleksandrov2019-08-093-23/+25
* 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
* xfrm: policy: fix bydst hlist corruption on hash rebuildFlorian Westphal2019-08-041-5/+7
* vsock: correct removal of socket from the listSunil Muthuswamy2019-08-041-31/+7
* rds: Accept peer connection reject messages due to incompatible versionGerd Rausch2019-07-311-2/+3
* net: sched: verify that q!=NULL before setting q->flagsVlad Buslov2019-07-281-1/+3
* net/tls: reject offload of TLS 1.3Jakub Kicinski2019-07-281-0/+8
* net/tls: fix poll ignoring partially copied recordsJakub Kicinski2019-07-281-1/+2
* netrom: hold sock when setting skb->destructorCong Wang2019-07-281-0/+1
* netrom: fix a memory leak in nr_rx_frame()Cong Wang2019-07-281-1/+2