summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: rds: add service level support in rds-infoZhu Yanjun2019-08-244-8/+22
* net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2019-08-242-8/+11
* sock: fix potential memory leak in proto_register()zhanglin2019-08-241-10/+21
* xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu2019-08-241-2/+2
* ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu2019-08-241-1/+7
* openvswitch: Fix log message in ovs conntrackYi-Hung Wei2019-08-241-1/+1
* Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...David S. Miller2019-08-241-1/+1
|\
| * net: ieee802154: remove redundant assignment to rcColin Ian King2019-08-141-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-08-233-6/+8
|\ \
| * | bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich2019-08-241-4/+4
| * | flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki2019-08-241-1/+1
| * | xdp: unpin xdp umem pages in error pathIvan Khoronzhuk2019-08-201-1/+3
* | | ipv6: propagate ipv6_add_dev's error returns out of ipv6_find_idevSabrina Dubroca2019-08-231-8/+8
* | | 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