summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-04-20sunrpc: don't check for failure from mempool_alloc()NeilBrown
2017-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-04-13netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng
2017-04-13netfilter: nft_hash: do not dump the auto generated seedLiping Zhang
2017-04-12ipv6: Fix idev->addr_list corruptionRabin Vincent
2017-04-12net: xdp: don't export dev_change_xdp_fd()Johannes Berg
2017-04-11bridge: netlink: register netdevice before executing changelinkIdo Schimmel
2017-04-11bridge: implement missing ndo_uninit()Ido Schimmel
2017-04-09tcp: clear saved_syn in tcp_disconnect()Eric Dumazet
2017-04-08netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang
2017-04-08netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang
2017-04-08netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang
2017-04-08netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang
2017-04-08netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng
2017-04-08netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang
2017-04-08netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet
2017-04-08net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng
2017-04-08l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault
2017-04-08l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault
2017-04-07tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng
2017-04-06sctp: listen on the sock only when it's state is listening or closedXin Long
2017-04-06net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong
2017-04-06net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch
2017-04-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller
2017-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-04-05tcp: fix reordering SNMP under-countingYuchung Cheng
2017-04-05tcp: fix lost retransmit SNMP under-countingYuchung Cheng
2017-04-05sctp: get sock from transport in sctp_transport_update_pmtuXin Long
2017-04-04l2tp: fix PPP pseudo-wire auto-loadingGuillaume Nault
2017-04-04l2tp: take reference on sessions being dumpedGuillaume Nault
2017-04-03tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner
2017-04-03sctp: check for dst and pathmtu update in sctp_packet_configXin Long
2017-04-03flow dissector: correct size of storage for ARPSimon Horman
2017-04-02make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro
2017-04-01l2tp: take a reference on sessions used in genetlink handlersGuillaume Nault
2017-04-01l2tp: hold session while sending creation notificationsGuillaume Nault
2017-04-01l2tp: fix duplicate session creationGuillaume Nault
2017-04-01l2tp: ensure session can't get removed during pppol2tp_session_ioctl()Guillaume Nault
2017-04-01l2tp: fix race in l2tp_recv_common()Guillaume Nault
2017-04-01sctp: use right in and out stream cntXin Long
2017-04-01Merge tag 'mac80211-for-davem-2017-03-31' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-04-01openvswitch: Fix ovs_flow_key_update()Yi-Hung Wei
2017-04-01Merge tag 'nfsd-4.11-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2017-03-30sctp: alloc stream info when initializing asocXin Long
2017-03-30net/packet: fix overflow in check for tp_reserveAndrey Konovalov
2017-03-30net/packet: fix overflow in check for tp_frame_nrAndrey Konovalov
2017-03-30net/packet: fix overflow in check for priv area sizeAndrey Konovalov
2017-03-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2017-03-29Merge branch 'apw' (xfrm_user fixes)Linus Torvalds
2017-03-29l2tp: purge socket queues in the .destruct() callbackGuillaume Nault