summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu
2019-02-06net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet
2019-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-02-05netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal
2019-02-05netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper
2019-02-04net: dsa: Fix lockdep false positive splatMarc Zyngier
2019-02-04net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata
2019-02-04net/smc: correct state change for peer closingUrsula Braun
2019-02-04net/smc: delete rkey first before switching to unusedUrsula Braun
2019-02-04net/smc: fix sender_free computationUrsula Braun
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso
2019-02-04netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis
2019-02-03sctp: check and update stream->out_curr when allocating stream_outXin Long
2019-02-03vsock/virtio: reset connected sockets on device removalStefano Garzarella
2019-02-03vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-01dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet
2019-02-01net/smc: fix use of variable in cleared areaKarsten Graul
2019-02-01net/smc: use device link provided in qp_contextKarsten Graul
2019-02-01net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul
2019-02-01net/smc: do not wait under send_lockKarsten Graul
2019-02-01net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul
2019-02-01net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul
2019-02-01net/smc: allow 16 byte pnetids in netlink policyHans Wippel
2019-02-01net/smc: fix another sizeof to int comparisonUrsula Braun
2019-02-01sctp: walk the list of asoc safelyGreg Kroah-Hartman
2019-02-01Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2019-02-01cfg80211: call disconnect_wk when AP stopsJohannes Berg
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2019-01-31rds: fix refcount bug in rds_sock_addrefEric Dumazet
2019-01-31l2tp: copy 4 more bytes to linear part if necessaryJacob Wen
2019-01-30l2tp: fix reading optional fields of L2TPv3Jacob Wen
2019-01-30ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru
2019-01-30net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi
2019-01-30net: ip_gre: always reports o_key to userspaceLorenzo Bianconi
2019-01-30net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg
2019-01-30net: socket: fix SIOCGIFNAME in compatJohannes Berg
2019-01-30Revert "kill dev_ifsioc()"Johannes Berg
2019-01-30Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson
2019-01-29sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller