summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-02-04netfilter: nf_nat: skip nat clash resolution for same-origin entriesMartynas Pumputis
2019-02-03net: Fix fall through warning in y2038 tstamp changes.David S. Miller
2019-02-03bpfilter: remove extra header search paths for bpfilter_umhMasahiro Yamada
2019-02-03sctp: check and update stream->out_curr when allocating stream_outXin Long
2019-02-03net: Fix ip_mc_{dec,inc}_group allocation contextFlorian Fainelli
2019-02-03net: devlink: report cell size of shared buffersJakub Kicinski
2019-02-03sock: Add SO_RCVTIMEO_NEW and SO_SNDTIMEO_NEWDeepa Dinamani
2019-02-03socket: Rename SO_RCVTIMEO/ SO_SNDTIMEO with _OLD suffixesDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMPING_NEWDeepa Dinamani
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani
2019-02-03socket: Use old_timeval types for socket timestampsDeepa Dinamani
2019-02-03sockopt: Rename SO_TIMESTAMP* to SO_TIMESTAMP*_OLDDeepa Dinamani
2019-02-03socket: move compat timeout handling into sock.cArnd Bergmann
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-03ipv4/igmp: Don't drop IGMP pkt with zeros src addrEdward Chron
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-02-01ethtool: add compat for devlink infoJakub Kicinski
2019-02-01devlink: add version reporting to devlink info APIJakub Kicinski
2019-02-01devlink: add device information APIJakub Kicinski
2019-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-02-01ipconfig: add carrier_timeout kernel parameterMartin Kepplinger
2019-02-01ipv4: fib: use struct_size() in kzalloc()Gustavo A. R. Silva
2019-02-01net: tls: Set async_capable for tls zerocopy only if we see EINPROGRESSDave Watson
2019-02-01net: tls: Add tls 1.3 supportDave Watson
2019-02-01net: tls: Refactor control message handling on recvDave Watson
2019-02-01net: tls: Refactor tls aad space size calculationDave Watson
2019-02-01net: tls: Support 256 bit keysDave Watson
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-01xdp: Provide extack messages when prog attachment failedMaciej Fijalkowski
2019-02-01bpf: introduce bpf_spin_lockAlexei Starovoitov
2019-02-01Merge tag 'batadv-next-for-davem-20190201' of git://git.open-mesh.org/linux-m...David S. Miller
2019-02-01sctp: walk the list of asoc safelyGreg Kroah-Hartman
2019-02-01Merge tag 'mac80211-next-for-davem-2019-02-01' of git://git.kernel.org/pub/sc...David S. Miller
2019-02-01Merge tag 'batadv-net-for-davem-20190201' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2019-02-01ethtool: remove unnecessary check in ethtool_get_regs()Dan Carpenter
2019-02-01mac80211: fix missing/malformed documentationJohannes Berg
2019-02-01cfg80211: call disconnect_wk when AP stopsJohannes Berg
2019-02-01mac80211: ensure that mgmt tx skbs have tailroom for encryptionFelix Fietkau
2019-02-01netlink: reduce NLA_POLICY_NESTED{,_ARRAY} argumentsJohannes Berg
2019-02-01Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg