summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | net: cls_flower: Remove filter from mask before freeing itPetr Machata2019-02-041-1/+5
| | * | net/smc: correct state change for peer closingUrsula Braun2019-02-041-8/+1
| | * | net/smc: delete rkey first before switching to unusedUrsula Braun2019-02-041-1/+1
| | * | net/smc: fix sender_free computationUrsula Braun2019-02-043-4/+30
| | * | net/smc: preallocated memory for rdma work requestsUrsula Braun2019-02-047-33/+92
| | |/
| | * sctp: check and update stream->out_curr when allocating stream_outXin Long2019-02-031-0/+20
| | * vsock/virtio: reset connected sockets on device removalStefano Garzarella2019-02-031-0/+3
| | * vsock/virtio: fix kernel panic after device hot-unplugStefano Garzarella2019-02-031-8/+18
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-022-2/+3
| | |\
| | | * sk_msg: Always cancel strp work before freeing the psockJakub Sitnicki2019-01-291-2/+1
| | | * bpf: sock recvbuff must be limited by rmem_max in bpf_setsockopt()Yafang Shao2019-01-231-0/+2
| | * | dccp: fool proof ccid_hc_[rt]x_parse_options()Eric Dumazet2019-02-011-2/+2
| | * | net/smc: fix use of variable in cleared areaKarsten Graul2019-02-011-4/+4
| | * | net/smc: use device link provided in qp_contextKarsten Graul2019-02-011-3/+3
| | * | net/smc: call smc_cdc_msg_send() under send_lockKarsten Graul2019-02-011-1/+4
| | * | net/smc: do not wait under send_lockKarsten Graul2019-02-011-6/+4
| | * | net/smc: recvmsg and splice_read should return 0 after shutdownKarsten Graul2019-02-011-1/+10
| | * | net/smc: don't wait for send buffer space when data was already sentKarsten Graul2019-02-011-4/+3
| | * | net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul2019-02-011-0/+4
| | * | net/smc: allow 16 byte pnetids in netlink policyHans Wippel2019-02-011-1/+1
| | * | net/smc: fix another sizeof to int comparisonUrsula Braun2019-02-011-1/+1
| | * | sctp: walk the list of asoc safelyGreg Kroah-Hartman2019-02-011-2/+2
| | * | Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-02-013-2/+8
| | |\ \
| | | * | batman-adv: release station info tidstatsFelix Fietkau2019-01-251-0/+3
| | | * | batman-adv: Force mac header to start of data on xmitSven Eckelmann2018-12-311-0/+2
| | | * | batman-adv: Avoid WARN on net_device without parent in netnsSven Eckelmann2018-12-301-2/+3
| | * | | cfg80211: call disconnect_wk when AP stopsJohannes Berg2019-02-013-1/+5
| | * | | mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau2019-02-011-3/+9
| | * | | rds: fix refcount bug in rds_sock_addrefEric Dumazet2019-01-311-3/+3
| | * | | l2tp: copy 4 more bytes to linear part if necessaryJacob Wen2019-01-311-3/+2
| | * | | l2tp: fix reading optional fields of L2TPv3Jacob Wen2019-01-314-0/+30
| | * | | ipv6: sr: clear IP6CB(skb) on SRH ip4ip6 encapsulationYohei Kanemaru2019-01-301-0/+2
| | * | | net: ip6_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
| | * | | net: ip_gre: always reports o_key to userspaceLorenzo Bianconi2019-01-301-1/+6
| | * | | net: socket: make bond ioctls go through compat_ifreq_ioctl()Johannes Berg2019-01-301-4/+4
| | * | | net: socket: fix SIOCGIFNAME in compatJohannes Berg2019-01-301-1/+2
| | * | | Revert "kill dev_ifsioc()"Johannes Berg2019-01-301-0/+49
| | * | | Revert "socket: fix struct ifreq size in compat ioctl"Johannes Berg2019-01-301-14/+8
| * | | | svcrdma: Remove max_sge check at connect timeChuck Lever2019-02-062-12/+102
| |/ / /
* | | | net/smc: original socket family in inet_sock_diagKarsten Graul2019-02-081-2/+1
* | | | net/smc: move code to clear the conn->lgr fieldKarsten Graul2019-02-081-2/+3
* | | | net/smc: use client and server LGR pending locks for SMC-RHans Wippel2019-02-081-16/+28
* | | | net/smc: unlock LGR pending lock earlier for SMC-DHans Wippel2019-02-081-5/+9
* | | | net/smc: use smc_curs_copy() for SMC-DUrsula Braun2019-02-081-4/+5
* | | | net/smc: postpone release of clcsockUrsula Braun2019-02-082-17/+23
* | | | devlink: Add health dump {get,clear} commandsEran Ben Elisha2019-02-071-0/+63
* | | | devlink: Add health diagnose commandEran Ben Elisha2019-02-071-0/+46
* | | | devlink: Add health recover commandEran Ben Elisha2019-02-071-0/+20
* | | | devlink: Add health set commandEran Ben Elisha2019-02-071-0/+36
* | | | devlink: Add health get commandEran Ben Elisha2019-02-071-0/+149