summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-2419-122/+193
|\
| * net/sched: act_police: add missing spinlock initializationDavide Caratti2018-11-231-0/+1
| * net: don't keep lonely packets forever in the gro hashPaolo Abeni2018-11-231-2/+5
| * net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu2018-11-231-6/+13
| * packet: copy user buffers before orphan or cloneWillem de Bruijn2018-11-231-2/+2
| * net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun2018-11-211-1/+3
| * net/smc: atomic SMCD cursor handlingUrsula Braun2018-11-212-26/+60
| * net/smc: add SMC-D shutdown signalHans Wippel2018-11-214-14/+43
| * net/smc: use queue pair number when matching link groupKarsten Graul2018-11-213-9/+12
| * net/smc: abort CLC connection in smc_releaseHans Wippel2018-11-211-0/+2
| * tcp: defer SACK compression after DupThreshEric Dumazet2018-11-213-6/+16
| * net: skb_scrub_packet(): Scrub offload_fwd_markPetr Machata2018-11-211-0/+5
| * net/sched: act_police: fix race condition on state variablesDavide Caratti2018-11-201-14/+21
| * tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...Stephen Mallon2018-11-201-0/+1
| * sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-191-1/+0
| * Revert "sctp: remove sctp_transport_pmtu_check"Xin Long2018-11-191-0/+3
| * sctp: not allow to set asoc prsctp_enable by sockoptXin Long2018-11-191-21/+5
| * sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long2018-11-191-20/+1
* | Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2018-11-231-3/+9
|\ \ | |/ |/|
| * libceph: fall back to sendmsg for slab pagesIlya Dryomov2018-11-191-3/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-1917-63/+143
|\ \ | |/ |/|
| * ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRFDavid Ahern2018-11-181-2/+5
| * tipc: don't assume linear buffer when reading ancillary dataJon Maloy2018-11-171-4/+11
| * tipc: fix lockdep warning when reinitilaizing socketsJon Maloy2018-11-173-18/+48
| * net-gro: reset skb->pkt_type in napi_reuse_skb()Eric Dumazet2018-11-171-0/+4
| * ip_tunnel: don't force DF when MTU is lockedSabrina Dubroca2018-11-171-1/+1
| * net: bridge: fix vlan stats use-after-free on destructionNikolay Aleksandrov2018-11-172-1/+9
| * socket: do a generic_file_splice_read when proto_ops has no splice_readSlavomir Kaslev2018-11-171-1/+1
| * Merge tag 'batadv-net-for-davem-20181114' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-11-162-3/+5
| |\
| | * batman-adv: Expand merged fragment buffer for full packetSven Eckelmann2018-11-121-1/+1
| | * batman-adv: Use explicit tvlv padding for ELP packetsSven Eckelmann2018-11-121-2/+4
| * | net/sched: act_pedit: fix memory leak when IDR allocation failsDavide Caratti2018-11-161-1/+2
| * | ipv6: fix a dst leak when removing its exceptionXin Long2018-11-161-4/+3
| * | net_sched: sch_fq: ensure maxrate fq parameter applies to EDT flowsEric Dumazet2018-11-151-12/+19
| * | rxrpc: Fix life checkDavid Howells2018-11-151-4/+23
| * | l2tp: fix a sock refcnt leak in l2tp_tunnel_registerXin Long2018-11-141-5/+4
| * | Merge tag 'linux-can-fixes-for-4.20-20181109' of ssh://gitolite.kernel.org/pu...David S. Miller2018-11-131-7/+8
| |\ \
| | * | can: raw: check for CAN FD capable netdev in raw_sendmsg()Oliver Hartkopp2018-11-091-7/+8
* | | | Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-152-26/+43
|\ \ \ \
| * | | | SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-11-121-7/+1
| * | | | SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cacheTrond Myklebust2018-11-121-19/+42
| |/ / /
* | | | Merge tag 'nfsd-4.20-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-11-141-4/+3
|\ \ \ \ | |/ / / |/| | |
| * | | SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-081-1/+1
| * | | sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-051-3/+2
| | |/ | |/|
* | | act_mirred: clear skb->tstamp on redirectEric Dumazet2018-11-112-10/+2
* | | tipc: fix link re-establish failureJon Maloy2018-11-111-4/+7
* | | net: sched: cls_flower: validate nested enc_opts_policy to avoid warningJakub Kicinski2018-11-101-1/+13
* | | flow_dissector: do not dissect l4 ports for fragments배석진2018-11-091-2/+2
| |/ |/|
* | inet: frags: better deal with smp racesEric Dumazet2018-11-081-14/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-11-0632-268/+302
|\ \ | |/ |/|
OpenPOWER on IntegriCloud