summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-08-26ipv4: mpls: fix mpls_xmit for iptunnelAlexey Kodanev1-4/+4
2019-08-25net: rds: add service level support in rds-infoZhu Yanjun4-8/+22
2019-08-25net: route dump netlink NLM_F_MULTI flag missingJohn Fastabend2-8/+11
2019-08-25sock: fix potential memory leak in proto_register()zhanglin1-10/+21
2019-08-25xfrm/xfrm_policy: fix dst dev null pointer dereference in collect_md modeHangbin Liu1-2/+2
2019-08-25ipv4/icmp: fix rt dst dev null pointer dereferenceHangbin Liu1-1/+7
2019-08-25openvswitch: Fix log message in ovs conntrackYi-Hung Wei1-1/+1
2019-08-24Merge branch 'ieee802154-for-davem-2019-08-24' of git://git.kernel.org/pub/sc...David S. Miller1-1/+1
2019-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-6/+8
2019-08-24bpf: allow narrow loads of some sk_reuseport_md fields with offset > 0Ilya Leoshkevich1-4/+4
2019-08-24flow_dissector: Fix potential use-after-free on BPF_PROG_DETACHJakub Sitnicki1-1/+1
2019-08-24ipv6: propagate ipv6_add_dev's error returns out of ipv6_find_idevSabrina Dubroca1-8/+8
2019-08-23net/ncsi: Fix the payload copying for the request coming from NetlinkJustin.Lee1@Dell.com1-2/+9
2019-08-22net: fix icmp_socket_deliver argument 2 inputLi RongQing1-1/+1
2019-08-22ipv6/addrconf: allow adding multicast addr if IFA_F_MCAUTOJOIN is setHangbin Liu1-1/+2
2019-08-21Merge tag 'batadv-net-for-davem-20190821' of git://git.open-mesh.org/linux-mergeDavid S. Miller1-1/+1
2019-08-21Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert1-1/+1
2019-08-21cfg80211: Fix Extended Key ID key install checksAlexander Wetzel1-9/+14
2019-08-21mac80211: fix possible sta leakJohannes Berg1-4/+5
2019-08-20net: fix __ip_mc_inc_group usageLi RongQing1-2/+2
2019-08-20net/ncsi: Ensure 32-bit boundary for data cksumTerry S. Duncan2-4/+7
2019-08-20net/smc: make sure EPOLLOUT is raisedJason Baron1-4/+2
2019-08-20xdp: unpin xdp umem pages in error pathIvan Khoronzhuk1-1/+3
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller3-15/+35
2019-08-19tcp: make sure EPOLLOUT wont be missedEric Dumazet1-7/+9
2019-08-19netfilter: xt_nfacct: Fix alignment mismatch in xt_nfacct_match_infoJuliana Rodrigueiro1-11/+25
2019-08-19netfilter: nft_flow_offload: missing netlink attribute policyPablo Neira Ayuso1-0/+6
2019-08-19netfilter: ebtables: Fix argument order to ADD_COUNTERTodd Seidelmann1-4/+4
2019-08-19netfilter: nf_tables: map basechain priority to hardware priorityPablo Neira Ayuso2-3/+18
2019-08-17Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller4-3/+40
2019-08-17Bluetooth: Add debug setting for changing minimum encryption key sizeMarcel Holtmann3-1/+33
2019-08-17tipc: fix false detection of retransmit failuresTuong Lien2-43/+57
2019-08-16Merge tag 'rxrpc-fixes-20190814' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller1-10/+11
2019-08-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-28/+98
2019-08-15net/packet: fix race in tpacket_snd()Eric Dumazet1-0/+7
2019-08-15net: tls, fix sk_write_space NULL write when tx disabledJohn Fastabend1-1/+2
2019-08-14batman-adv: fix uninit-value in batadv_netlink_get_ifindex()Eric Dumazet1-1/+1
2019-08-14rxrpc: Fix read-after-free in rxrpc_queue_local()David Howells1-9/+10
2019-08-14rxrpc: Fix local endpoint replacementDavid Howells1-1/+1
2019-08-14netfilter: nft_flow_offload: skip tcp rst and fin packetsPablo Neira Ayuso1-3/+6
2019-08-14sctp: fix memleak in sctp_send_reset_streamszhengbin1-0/+1
2019-08-14sctp: fix the transport error_count checkXin Long1-1/+1
2019-08-14net: ieee802154: remove redundant assignment to rcColin Ian King1-1/+1
2019-08-13netfilter: conntrack: Use consistent ct id hash calculationDirk Morris1-8/+8
2019-08-12Bluetooth: hidp: Let hidp_send_message return number of queued bytesFabian Henneke1-2/+7
2019-08-12tipc: initialise addr_trail_end when setting node addressesChris Packham1-0/+1
2019-08-12net: dsa: Check existence of .port_mdb_add callback before calling itChen-Yu Tsai1-0/+3
2019-08-12rxrpc: Fix local refcountingDavid Howells1-5/+7
2019-08-10net/tls: swap sk_write_space on closeJakub Kicinski1-0/+1
2019-08-09sock: make cookie generation global instead of per netnsDaniel Borkmann1-1/+2