summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sock: make cookie generation global instead of per netnsDaniel Borkmann2019-08-091-1/+2
* rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells2019-08-096-44/+28Star
* rxrpc: Fix local endpoint refcountingDavid Howells2019-08-094-39/+72
* net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-095-8/+32
* net sched: update skbedit action for batched events operationsRoman Mashak2019-08-091-0/+12
* net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk2019-08-091-1/+2
* inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-095-15/+38
* Merge tag 'batadv-net-for-davem-20190808' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-08-081-3/+5
|\
| * batman-adv: Fix deletion of RTR(4|6) mcast list entriesSven Eckelmann2019-07-221-2/+4
| * batman-adv: Fix netlink dumping of all mcast_flags bucketsSven Eckelmann2019-07-221-1/+1
* | net: dsa: sja1105: Fix memory leak on meta state machine error pathVladimir Oltean2019-08-061-0/+1
* | net: dsa: sja1105: Fix memory leak on meta state machine normal pathVladimir Oltean2019-08-061-10/+1Star
* | net sched: update vlan action for batched events operationsRoman Mashak2019-08-061-0/+9
* | net: bridge: move default pvid init/deinit to NETDEV_REGISTER/UNREGISTERNikolay Aleksandrov2019-08-053-23/+25
* | net/smc: avoid fallback in case of non-blocking connectUrsula Braun2019-08-051-3/+4
* | net/smc: do not schedule tx_work in SMC_CLOSED stateUrsula Braun2019-08-051-2/+6
* | ipv6: Fix unbalanced rcu locking in rt6_update_exception_stamp_rtDavid Ahern2019-08-051-1/+1
* | net/tls: partially revert fix transition through disconnect with closeJakub Kicinski2019-08-051-55/+0Star
* | net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer2019-08-051-5/+10
* | net: sched: use temporary variable for actions indexesDmytro Linkin2019-08-0518-75/+100
* | hv_sock: Fix hang when a connection is closedDexuan Cui2019-08-031-0/+8
* | tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-021-4/+7
* | net: bridge: mcast: don't delete permanent entries when fast leave is enabledNikolay Aleksandrov2019-08-011-0/+3
* | Merge tag 'mac80211-for-davem-2019-07-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2019-07-316-14/+41
|\ \
| * | Revert "mac80211: set NETIF_F_LLTX when using intermediate tx queues"Johannes Berg2019-07-301-1/+0Star
| * | mac80211: don't WARN on short WMM parameters from APBrian Norris2019-07-291-0/+10
| * | {nl,mac}80211: fix interface combinations on crypto controlled devicesManikanta Pubbisetty2019-07-264-13/+31
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-07-316-39/+29Star
|\ \ \
| * \ \ Merge branch 'master' of git://blackhole.kfki.hu/nfPablo Neira Ayuso2019-07-303-7/+3Star
| |\ \ \
| | * | | netfilter: ipset: Fix rename concurrency with listingJozsef Kadlecsik2019-07-291-1/+1
| | * | | netfilter: ipset: Copy the right MAC address in bitmap:ip,mac and hash:ip,mac...Stefano Brivio2019-07-292-2/+2
| | * | | netfilter: ipset: Actually allow destination MAC address for hash:ip,mac sets...Stefano Brivio2019-07-291-4/+0Star
| * | | | netfilter: ebtables: also count base chain policiesFlorian Westphal2019-07-301-11/+17
| |/ / /
| * | | netfilter: nft_meta_bridge: Eliminate 'out' labelPhil Sutter2019-07-251-3/+1Star
| * | | netfilter: nf_tables: Make nft_meta expression more robustPhil Sutter2019-07-252-17/+5Star
| * | | netfilter: ebtables: fix a memory leak bug in compatWenwen Wang2019-07-211-1/+3
* | | | compat_ioctl: pppoe: fix PPPOEIOCSFWD handlingArnd Bergmann2019-07-301-0/+3
* | | | tipc: fix unitilized skb list crashJon Maloy2019-07-301-2/+1Star
* | | | rxrpc: Fix the lack of notification when sendmsg() fails on a DATA packetDavid Howells2019-07-301-0/+1
* | | | rxrpc: Fix potential deadlockDavid Howells2019-07-303-1/+20
* | | | net: sctp: drop unneeded likely() call around IS_ERR()Enrico Weigelt2019-07-291-2/+2
* | | | net: fix ifindex collision during namespace removalJiri Pirko2019-07-291-0/+2
* | | | net/af_iucv: mark expected switch fall-throughsGustavo A. R. Silva2019-07-291-5/+9
* | | | net: bridge: delete local fdb on device init failureNikolay Aleksandrov2019-07-291-0/+5
* | | | net: sched: Fix a possible null-pointer dereference in dequeue_func()Jia-Ju Bai2019-07-291-3/+3
* | | | net: rds: Fix possible null-pointer dereferences in rds_rdma_cm_event_handler...Jia-Ju Bai2019-07-271-1/+4
* | | | ip6_tunnel: fix possible use-after-free on xmitHaishuang Yan2019-07-261-4/+2Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-266-66/+201
|\ \ \ \ | |_|/ / |/| | |
| * | | bpf: fix access to skb_shared_info->gso_segsEric Dumazet2019-07-231-3/+3
| * | | bpf: sockmap/tls, close can race with map freeJohn Fastabend2019-07-223-7/+43