summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/ncsi: Fix the payload copying for the request coming from NetlinkJustin.Lee1@Dell.com2019-08-221-2/+9
* net: fix icmp_socket_deliver argument 2 inputLi RongQing2019-08-211-1/+1
* ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu2019-08-211-1/+2
* Merge tag 'batadv-net-for-davem-20190821' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-08-211-1/+1
|\
| * batman-adv: fix uninit-value in batadv_netlink_get_ifindex()Eric Dumazet2019-08-141-1/+1
* | Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert2019-08-211-1/+1
* | cfg80211: Fix Extended Key ID key install checksAlexander Wetzel2019-08-211-9/+14
* | mac80211: fix possible sta leakJohannes Berg2019-08-211-4/+5
* | net: fix __ip_mc_inc_group usageLi RongQing2019-08-201-2/+2
* | net/ncsi: Ensure 32-bit boundary for data cksumTerry S. Duncan2019-08-202-4/+7
* | net/smc: make sure EPOLLOUT is raisedJason Baron2019-08-201-4/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-193-15/+35
|\ \
| * | netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro2019-08-191-11/+25
| * | netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso2019-08-191-0/+6
| * | netfilter: ebtables: Fix argument order to ADD_COUNTERTodd Seidelmann2019-08-191-4/+4
* | | tcp: make sure EPOLLOUT wont be missedEric Dumazet2019-08-191-7/+9
|/ /
* | 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-162-43/+57
* | | Merge tag 'rxrpc-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-08-151-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-131-0/+1
* | | | sctp: fix the transport error_count checkXin Long2019-08-131-1/+1
| |/ / |/| |
* | | tipc: initialise addr_trail_end when setting node addressesChris Packham2019-08-111-0/+1
* | | net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai2019-08-111-0/+3
* | | rxrpc: Fix local refcountingDavid Howells2019-08-111-5/+7
* | | net/tls: swap sk_write_space on closeJakub Kicinski2019-08-091-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/+28
* | | rxrpc: Fix local endpoint refcountingDavid Howells2019-08-094-39/+72
* | | net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski2019-08-085-8/+32
* | | net sched: update skbedit action for batched events operationsRoman Mashak2019-08-081-0/+12
* | | net: sched: sch_taprio: fix memleak in error path for sched list parseIvan Khoronzhuk2019-08-081-1/+2
* | | inet: frags: re-introduce skb coalescing for local deliveryGuillaume Nault2019-08-085-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