summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | net: compat: assert the size of cmsg copied in is as expectedMeng Xu2017-09-201-0/+7
| * | packet: hold bind lock when rebinding to fanout hookWillem de Bruijn2017-09-201-5/+11
| * | ipv6: fix net.ipv6.conf.all interface DAD handlersMatteo Croce2017-09-191-7/+20
| * | net: ipv6: fix regression of no RTM_DELADDR sent after DAD failureMike Manning2017-09-191-2/+3
| * | bpf: fix ri->map_owner pointer on bpf_prog_reallocDaniel Borkmann2017-09-191-9/+15
| * | tcp: fastopen: fix on syn-data transmit failureEric Dumazet2017-09-191-0/+9
| * | Merge tag 'mac80211-for-davem-2017-11-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-09-191-0/+6
| |\ \
| | * | nl80211: fix null-ptr dereference on invalid mesh configurationJohannes Berg2017-09-181-0/+3
| | * | nl80211: check for the required netlink attributes presenceVladis Dronov2017-09-151-0/+3
| * | | tcp: remove two unused functionsYuchung Cheng2017-09-181-34/+0
| * | | net/sched: cls_matchall: fix crash when used with classful qdiscDavide Caratti2017-09-181-0/+1
| * | | ip6_tunnel: do not allow loading ip6_tunnel if ipv6 is disabled in cmdlineXin Long2017-09-181-0/+3
| * | | ip6_gre: skb_push ipv6hdr before packing the header in ip6gre_headerXin Long2017-09-181-10/+11
| * | | udpv6: Fix the checksum computation when HW checksum does not applySubash Abhinov Kasiviswanathan2017-09-181-0/+1
| | |/ | |/|
* / | libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov2017-09-191-10/+25
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-1615-109/+141
|\ \
| * | tcp: fix data delivery rateEric Dumazet2017-09-161-4/+3
| * | sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long2017-09-151-1/+0
| * | sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-152-38/+34
| * | tcp: update skb->skb_mstamp more carefullyEric Dumazet2017-09-151-7/+12
| * | net: ipv4: fix l3slave check for index returned in IP_PKTINFODavid Ahern2017-09-151-2/+6
| * | tls: make tls_sw_free_resources staticTobias Klauser2017-09-141-1/+1
| * | net_sched: gen_estimator: fix scaling error in bytes/packets samplesEric Dumazet2017-09-131-2/+2
| * | net: sched: fix use-after-free in tcf_action_destroy and tcf_del_walkerJiri Pirko2017-09-131-2/+4
| * | ip6_tunnel: fix ip6 tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
| * | ip_tunnel: fix ip tunnel lookup in collect_md modeHaishuang Yan2017-09-121-1/+1
| * | net_sched: carefully handle tcf_block_put()Cong Wang2017-09-121-6/+18
| * | net_sched: fix reference counting of tc filter chainCong Wang2017-09-121-21/+26
| * | net_sched: get rid of tcfa_rcuCong Wang2017-09-121-9/+8
| * | tcp/dccp: remove reqsk_put() from inet_child_forget()Eric Dumazet2017-09-121-1/+1
| * | openvswitch: Fix an error handling path in 'ovs_nla_init_match_and_action()'Christophe JAILLET2017-09-121-1/+2
| * | net/sched: fix pointer check in gen_handleJosh Hunt2017-09-111-1/+1
| * | ipv6: sr: remove duplicate routing header type checkDavid Lebrun2017-09-111-4/+0
| * | xdp: implement xdp_redirect_map for generic XDPJesper Dangaard Brouer2017-09-111-12/+26
* | | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-9/+5
|\ \ \
| * | | net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig2017-09-041-8/+2
| * | | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+3
* | | | Merge tag 'ceph-for-4.14-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2017-09-122-6/+5
|\ \ \ \
| * | | | ceph: more accurate statfsDouglas Fuller2017-09-061-1/+5
| * | | | ceph: nuke startsync opYanhu Cao2017-09-061-5/+0
* | | | | Merge tag 'nfs-for-4.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-09-1113-554/+712
|\ \ \ \ \
| * | | | | SUNRPC: remove some dead code.NeilBrown2017-09-061-4/+0
| * | | | | xprtrdma: Use xprt_pin_rqst in rpcrdma_reply_handlerChuck Lever2017-09-055-77/+19
| * | | | | Merge tag 'nfs-rdma-for-4.14-1' of git://git.linux-nfs.org/projects/anna/linu...Trond Myklebust2017-09-059-425/+583
| |\ \ \ \ \
| | * | | | | xprtrdma: Re-arrange struct rx_statsChuck Lever2017-08-221-5/+8
| | * | | | | xprtrdma: Remove imul instructions from chunk list encodersChuck Lever2017-08-154-36/+34
| | * | | | | xprtrdma: Remove imul instructions from rpcrdma_convert_iovs()Chuck Lever2017-08-151-57/+48
| | * | | | | xprtrdma: Clean up rpcrdma_bc_marshal_reply()Chuck Lever2017-08-111-13/+18
| | * | | | | xprtrdma: Harden chunk list encoding against send buffer overflowChuck Lever2017-08-111-86/+142
| | * | | | | xprtrdma: Set up an xdr_stream in rpcrdma_marshal_req()Chuck Lever2017-08-113-6/+21