summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-08-06net: dsa: sja1105: Fix memory leak on meta state machine error pathVladimir Oltean
2019-08-06net: dsa: sja1105: Fix memory leak on meta state machine normal pathVladimir Oltean
2019-08-06net sched: update vlan action for batched events operationsRoman Mashak
2019-08-05net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTERNikolay Aleksandrov
2019-08-05net/smc: avoid fallback in case of non-blocking connectUrsula Braun
2019-08-05net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun
2019-08-05ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rtDavid Ahern
2019-08-05net/tls: partially revert fix transition through disconnect with closeJakub Kicinski
2019-08-05net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer
2019-08-05net: sched: use temporary variable for actions indexesDmytro Linkin
2019-08-02hv_sock: Fix hang when a connection is closedDexuan Cui
2019-08-01tipc: compat: allow tipc commands without argumentsTaras Kondratiuk
2019-07-31net: bridge: mcast: don't delete permanent entries when fast leave is enabledNikolay Aleksandrov
2019-07-31Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin...David S. Miller
2019-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-07-30compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann
2019-07-30tipc: fix unitilized skb list crashJon Maloy
2019-07-30rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells
2019-07-30rxrpc: Fix potential deadlockDavid Howells
2019-07-30Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg
2019-07-30Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso
2019-07-30netfilter: ebtables: also count base chain policiesFlorian Westphal
2019-07-29net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt
2019-07-29netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik
2019-07-29netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio
2019-07-29netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio
2019-07-29net: fix ifindex collision during namespace removalJiri Pirko
2019-07-29net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva
2019-07-29net: bridge: delete local fdb on device init failureNikolay Aleksandrov
2019-07-29net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai
2019-07-29mac80211: don't WARN on short WMM parameters from APBrian Norris
2019-07-27net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai
2019-07-26ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan
2019-07-26{nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty
2019-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-07-25ipip: validate header length in ipip_tunnel_xmitHaishuang Yan
2019-07-25ife: error out when nla attributes are emptyCong Wang
2019-07-25netfilter: nft_meta_bridge: Eliminate 'out' labelPhil Sutter
2019-07-25netfilter: nf_tables: Make nft_meta expression more robustPhil Sutter
2019-07-24netrom: hold sock when setting skb->destructorCong Wang
2019-07-24ovs: datapath: hide clang frame-overflow warningsArnd Bergmann
2019-07-24Merge tag 'linux-can-fixes-for-5.3-20190724' of git://git.kernel.org/pub/scm/...David S. Miller
2019-07-24ip6_gre: reload ipv6h in prepare_ip6gre_xmit_ipv6Haishuang Yan
2019-07-24net/ipv4: cleanup error condition testingPavel Machek
2019-07-24can: gw: Fix error path of cgw_module_initYueHaibing
2019-07-23bpf: fix access to skb_shared_info->gso_segsEric Dumazet
2019-07-22bpf: sockmap/tls, close can race with map freeJohn Fastabend
2019-07-22bpf: sockmap, only create entry if ulp is not already enabledJohn Fastabend
2019-07-22bpf: sockmap, synchronize_rcu before free'ing mapJohn Fastabend
2019-07-22bpf: sockmap, sock_map_delete needs to use xchgJohn Fastabend