aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-240/+474
2019-02-07sit: check if IPv6 enabled before calling ip6_err_gen_icmpv6_unreach()Hangbin Liu1-1/+2
2019-02-06net: dsa: Fix NULL checking in dsa_slave_set_eee()Dan Carpenter1-2/+2
2019-02-06svcrdma: Remove max_sge check at connect timeChuck Lever2-12/+102
2019-02-06rxrpc: bad unlock balance in rxrpc_recvmsgEric Dumazet1-1/+2
2019-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-116/+111
2019-02-05netfilter: nft_compat: don't use refcount_inc on newly allocated entryFlorian Westphal1-39/+23
2019-02-05netfilter: ipv6: Don't preserve original oif for loopback addressEli Cooper1-1/+3
2019-02-04net: dsa: Fix lockdep false positive splatMarc Zyngier1-0/+4
2019-02-04net: dsa: slave: Don't propagate flag changes on down slave interfacesRundong Ge1-5/+8
2019-02-04net: cls_flower: Remove filter from mask before freeing itPetr Machata1-1/+5
2019-02-04net/smc: correct state change for peer closingUrsula Braun1-8/+1
2019-02-04net/smc: delete rkey first before switching to unusedUrsula Braun1-1/+1
2019-02-04net/smc: fix sender_free computationUrsula Braun3-4/+30
2019-02-04net/smc: preallocated memory for rdma work requestsUrsula Braun7-33/+92
2019-02-04netfilter: nf_tables: unbind set in rule from commit pathPablo Neira Ayuso6-79/+72
2019-02-04netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis1-0/+16
2019-02-03sctp: check and update stream->out_curr when allocating stream_outXin Long1-0/+20
2019-02-03vsock/virtio: reset connected sockets on device removalStefano Garzarella1-0/+3
2019-02-03vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella1-8/+18
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+3
2019-02-01dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet1-2/+2
2019-02-01net/smc: fix use of variable in cleared areaKarsten Graul1-4/+4
2019-02-01net/smc: use device link provided in qp_contextKarsten Graul1-3/+3
2019-02-01net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul1-1/+4
2019-02-01net/smc: do not wait under send_lockKarsten Graul1-6/+4
2019-02-01net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul1-1/+10
2019-02-01net/smc: don't wait for send buffer space when data was already sentKarsten Graul1-4/+3
2019-02-01net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul1-0/+4
2019-02-01net/smc: allow 16 byte pnetids in netlink policyHans Wippel1-1/+1
2019-02-01net/smc: fix another sizeof to int comparisonUrsula Braun1-1/+1
2019-02-01sctp: walk the list of asoc safelyGreg Kroah-Hartman1-2/+2
2019-02-01Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-2/+8
2019-02-01cfg80211: call disconnect_wk when AP stopsJohannes Berg3-1/+5
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau1-3/+9
2019-01-31rds: fix refcount bug in rds_sock_addrefEric Dumazet1-3/+3
2019-01-31l2tp: copy 4 more bytes to linear part if necessaryJacob Wen1-3/+2
2019-01-30l2tp: fix reading optional fields of L2TPv3Jacob Wen4-0/+30
2019-01-30ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru1-0/+2
2019-01-30net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-30net: ip_gre: always reports o_key to userspaceLorenzo Bianconi1-1/+6
2019-01-30net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg1-4/+4
2019-01-30net: socket: fix SIOCGIFNAME in compatJohannes Berg1-1/+2
2019-01-30Revert "kill dev_ifsioc()"Johannes Berg1-0/+49
2019-01-30Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg1-14/+8
2019-01-29net: set default network namespace in init_dummy_netdev()Josh Elsasser1-0/+3
2019-01-28net: tls: Fix deadlock in free_resources txDave Watson1-0/+2
2019-01-28net: tls: Save iv in tls_rec for async crypto requestsDave Watson1-1/+3
2019-01-29sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki1-2/+1
2019-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller5-51/+165