summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-08-13sctp: fix the transport error_count checkXin Long
2019-08-14net: ieee802154: remove redundant assignment to rcColin Ian King
2019-08-13netfilter: conntrack: Use consistent ct id hash calculationDirk Morris
2019-08-12Bluetooth: hidp: Let hidp_send_message return number of queued bytesFabian Henneke
2019-08-11tipc: initialise addr_trail_end when setting node addressesChris Packham
2019-08-11net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai
2019-08-11rxrpc: Fix local refcountingDavid Howells
2019-08-09net/tls: swap sk_write_space on closeJakub Kicinski
2019-08-09sock: make cookie generation global instead of per netnsDaniel Borkmann
2019-08-09rxrpc: Don't bother generating maxSkew in the ACK packetDavid Howells
2019-08-09rxrpc: Fix local endpoint refcountingDavid Howells
2019-08-09netfilter: nf_flow_table: teardown flow timeout racePablo Neira Ayuso
2019-08-09netfilter: nf_flow_table: conntrack picks up expired flowsPablo Neira Ayuso
2019-08-09netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-08-08net sched: update skbedit action for batched events operationsRoman Mashak
2019-08-08net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk
2019-08-08inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault
2019-08-08Merge tag 'batadv-net-for-davem-20190808' of git://git.open-mesh.org/linux-mergeDavid S. Miller
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-05netfilter: nf_flow_table: fix offload for flows that are subject to xfrmFlorian Westphal
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