summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2019-08-182-3/+18
* Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2019-08-174-3/+40
|\
| * Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann2019-08-173-1/+33
| * Bluetooth: hidp: Let hidp_send_message return number of queued bytesFabian Henneke2019-08-121-2/+7
* | tipc: fix false detection of retransmit failuresTuong Lien2019-08-172-43/+57
* | Merge tag 'rxrpc-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-08-161-10/+11
|\ \
| * | rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells2019-08-141-9/+10
| * | rxrpc: Fix local endpoint replacementDavid Howells2019-08-141-1/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-155-28/+98
|\ \
| * | netfilter: nft_flow_offload: skip tcp rst and fin packetsPablo Neira Ayuso2019-08-141-3/+6
| * | netfilter: conntrack: Use consistent ct id hash calculationDirk Morris2019-08-131-8/+8
| * | netfilter: nf_flow_table: teardown flow timeout racePablo Neira Ayuso2019-08-091-9/+25
| * | netfilter: nf_flow_table: conntrack picks up expired flowsPablo Neira Ayuso2019-08-091-7/+10
| * | netfilter: nf_tables: use-after-free in failing rule with bound setPablo Neira Ayuso2019-08-091-5/+10
| * | netfilter: nf_flow_table: fix offload for flows that are subject to xfrmFlorian Westphal2019-08-051-0/+43
* | | net/packet: fix race in tpacket_snd()Eric Dumazet2019-08-151-0/+7
* | | net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend2019-08-151-1/+2
* | | sctp: fix memleak in sctp_send_reset_streamszhengbin2019-08-141-0/+1
* | | sctp: fix the transport error_count checkXin Long2019-08-141-1/+1
| |/ |/|
* | tipc: initialise addr_trail_end when setting node addressesChris Packham2019-08-121-0/+1
* | net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai2019-08-121-0/+3
* | rxrpc: Fix local refcountingDavid Howells2019-08-121-5/+7
* | net/tls: swap sk_write_space on closeJakub Kicinski2019-08-101-0/+1
* | 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