summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-04-02l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault3-16/+35
2017-04-02l2tp: hold session while sending creation notificationsGuillaume Nault1-2/+4
2017-04-02l2tp: fix duplicate session creationGuillaume Nault3-56/+84
2017-04-02l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault1-4/+11
2017-04-02l2tp: fix race in l2tp_recv_common()Guillaume Nault4-23/+88
2017-04-02sctp: use right in and out stream cntXin Long4-12/+11
2017-04-02net: dsa: fix build error with devlink build as moduleTobias Regnery1-1/+1
2017-04-01Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin...David S. Miller2-7/+6
2017-04-01bpf: introduce BPF_PROG_TEST_RUN commandAlexei Starovoitov4-1/+179
2017-04-01net: dsa: add cross-chip bridging operationsVivien Didelot1-6/+6
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei1-2/+8
2017-04-01Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-0/+2
2017-03-31sock: avoid dirtying sk_stamp, if possiblePaolo Abeni1-1/+1
2017-03-31net: tcp: Refine the __tcp_select_windowGao Feng1-5/+3
2017-03-30sctp: alloc stream info when initializing asocXin Long3-16/+43
2017-03-30VSOCK: remove unnecessary ternary operator on return valueColin Ian King1-15/+7
2017-03-30drivers: add explicit interrupt.h includesFlorian Westphal2-0/+2
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov1-0/+2
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov1-0/+2
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov1-2/+2
2017-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller8-130/+206
2017-03-30tipc: allow rdm/dgram socketpairsErik Hugne1-4/+16
2017-03-30tipc: add support for stream/seqpacket socketpairsErik Hugne1-2/+12
2017-03-29Merge branch 'apw' (xfrm_user fixes)Linus Torvalds1-1/+8
2017-03-29net: mpls: Update lfib_nlmsg_size to skip deleted nexthopsDavid Ahern1-0/+2
2017-03-29l2tp: purge socket queues in the .destruct() callbackGuillaume Nault1-3/+4
2017-03-29l2tp: hold tunnel socket when handling control frames in l2tp_ip and l2tp_ip6Guillaume Nault2-4/+6
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE incoming ESN size harderAndy Whitcroft1-1/+5
2017-03-29xfrm_user: validate XFRM_MSG_NEWAE XFRMA_REPLAY_ESN_VAL replay_windowAndy Whitcroft1-0/+3
2017-03-29mac80211: unconditionally start new netdev queues with iTXQ supportJohannes Berg1-1/+2
2017-03-29netfilter: nfnetlink_queue: fix secctx memory leakLiping Zhang1-2/+7
2017-03-29cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel1-6/+4
2017-03-29net: dsa: dsa2: Add basic support of devlinkAndrew Lunn1-2/+45
2017-03-29net: break include loop netdevice.h, dsa.h, devlink.hAndrew Lunn11-2/+13
2017-03-29net: mpls: Send netconf messages on device register and unregisterDavid Ahern1-5/+11
2017-03-29net:mpls: Refactor mpls_netconf_notify_devconf to take eventDavid Ahern1-7/+5
2017-03-29net: ipv6: Add support for RTM_DELNETCONFDavid Ahern1-5/+15
2017-03-29net: ipv6: Refactor inet6_netconf_notify_devconf to take eventDavid Ahern2-15/+27
2017-03-29net: devinet: Add support for RTM_DELNETCONFDavid Ahern1-11/+21
2017-03-29net: devinet: Refactor inet_netconf_notify_devconf to take eventDavid Ahern2-17/+27
2017-03-29net: dsa: fix copyright holderVivien Didelot1-1/+2
2017-03-29ipv6: add support for NETDEV_RESEND_IGMP eventVlad Yasevich2-2/+55
2017-03-29openvswitch: Fix refcount leak on force commit.Jarno Rajahalme1-2/+2
2017-03-29svcrdma: set XPT_CONG_CTRL flag for bc xprtChuck Lever1-0/+1
2017-03-29tipc: adjust the policy of holding subscription krefYing Xue3-6/+7
2017-03-29tipc: advance the time of deleting subscription from subscriber->subscrp_listYing Xue1-7/+2
2017-03-29soc: qcom: smd: Transition client drivers from smd to rpmsgBjorn Andersson2-23/+21
2017-03-29sctp: change to save MSG_MORE flag into assocXin Long2-2/+2
2017-03-29devlink: Support for pipeline debug (dpipe)Arkadi Sharshevsky1-0/+836
2017-03-28net: ipconfig: fix ic_close_devs() use-after-freeMark Rutland1-1/+1