aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-02-04netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis1-0/+16
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller1-0/+1
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada2-2/+1
2019-02-03sctp: check and update stream->out_curr when allocating stream_outXin Long1-0/+20
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli2-13/+26
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski1-0/+3
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani1-14/+39
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani1-2/+2
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani5-20/+61
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani5-22/+91
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani5-8/+8
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani7-21/+21
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann3-89/+46
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-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron1-1/+2
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-6/+22
2019-02-01ethtool: add compat for devlink infoJakub Kicinski2-0/+70
2019-02-01devlink: add version reporting to devlink info APIJakub Kicinski1-0/+57
2019-02-01devlink: add device information APIJakub Kicinski1-0/+112
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-2/+3
2019-02-01ipconfig: add carrier_timeout kernel parameterMartin Kepplinger1-5/+22
2019-02-01ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva1-1/+1
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson1-2/+2
2019-02-01net: tls: Add tls 1.3 supportDave Watson4-26/+101
2019-02-01net: tls: Refactor control message handling on recvDave Watson1-44/+44
2019-02-01net: tls: Refactor tls aad space size calculationDave Watson1-8/+9
2019-02-01net: tls: Support 256 bit keysDave Watson2-6/+56
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-01xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski1-3/+9
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov1-3/+13
2019-02-01Merge tag 'batadv-next-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller61-64/+493
2019-02-01sctp: walk the list of asoc safelyGreg Kroah-Hartman1-2/+2
2019-02-01Merge tag 'mac80211-next-for-davem-2019-02-01' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller19-46/+478
2019-02-01Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller3-2/+8
2019-02-01ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter1-6/+3
2019-02-01mac80211: fix missing/malformed documentationJohannes Berg1-0/+18
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-02-01netlink: reduce NLA_POLICY_NESTED{,_ARRAY} argumentsJohannes Berg1-10/+5
2019-02-01Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg173-4572/+4744