summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* kcm: remove a useless copy_from_user()WANG Cong2017-04-171-4/+0
* Subject: net: allow configuring default qdiscstephen hemminger2017-04-172-0/+54
* l2tp: device MTU setup, tunnel socket needs a lockR. Parameswaran2017-04-172-1/+3
* net: ipv6: send unsolicited NA on admin upDavid Ahern2017-04-171-0/+2
* net: dsa: isolate legacy codeVivien Didelot2017-04-174-767/+825
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-1522-67/+134
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-04-148-25/+62
| |\
| | * netfilter: ipt_CLUSTERIP: Fix wrong conntrack netns refcnt usageGao Feng2017-04-131-1/+1
| | * netfilter: nft_hash: do not dump the auto generated seedLiping Zhang2017-04-131-3/+7
| | * netfilter: nf_ct_expect: use proper RCU list traversal/update APIsLiping Zhang2017-04-082-5/+5
| | * netfilter: ctnetlink: skip dumping expect when nfct_help(ct) is NULLLiping Zhang2017-04-081-0/+6
| | * netfilter: make it safer during the inet6_dev->addr_list traversalLiping Zhang2017-04-082-1/+6
| | * netfilter: ctnetlink: make it safer when checking the ct helper nameLiping Zhang2017-04-081-5/+10
| | * netfilter: helper: Add the rcu lock when call __nf_conntrack_helper_findGao Feng2017-04-082-7/+20
| | * netfilter: ctnetlink: using bit to represent the ct eventLiping Zhang2017-04-081-2/+2
| | * netfilter: xt_TCPMSS: add more sanity tests on tcph->doffEric Dumazet2017-04-081-1/+5
| * | ipv6: Fix idev->addr_list corruptionRabin Vincent2017-04-121-4/+7
| * | net: xdp: don't export dev_change_xdp_fd()Johannes Berg2017-04-121-1/+0
| * | bridge: netlink: register netdevice before executing changelinkIdo Schimmel2017-04-111-2/+5
| * | bridge: implement missing ndo_uninit()Ido Schimmel2017-04-114-12/+21
| * | tcp: clear saved_syn in tcp_disconnect()Eric Dumazet2017-04-091-0/+1
| * | net: tcp: Increase TCP_MIB_OUTRSTS even though fail to alloc skbGao Feng2017-04-081-2/+2
| * | l2tp: don't mask errors in pppol2tp_getsockopt()Guillaume Nault2017-04-081-1/+6
| * | l2tp: don't mask errors in pppol2tp_setsockopt()Guillaume Nault2017-04-081-2/+0
| * | tcp: restrict F-RTO to work-around broken middle-boxesYuchung Cheng2017-04-071-8/+12
| * | sctp: listen on the sock only when it's state is listening or closedXin Long2017-04-061-0/+3
| * | net_sched: check noop_qdisc before qdisc_hash_add()WANG Cong2017-04-061-1/+1
| * | net: ipv4: fix multipath RTM_GETROUTE behavior when iif is givenFlorian Larysch2017-04-061-1/+1
| * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2017-04-061-9/+14
| |\ \
| | * | make skb_copy_datagram_msg() et.al. preserve ->msg_iter on errorAl Viro2017-04-021-9/+14
* | | | netlink: pass extended ACK struct where availableJohannes Berg2017-04-1310-37/+40
* | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13110-342/+397
* | | | netlink: allow sending extended ACK with cookie on successJohannes Berg2017-04-131-11/+22
* | | | genetlink: pass extended ACK report downJohannes Berg2017-04-131-2/+4
* | | | netlink: extended ACK reportingJohannes Berg2017-04-1310-27/+87
* | | | net: ipv4: Refine the ipv4_default_advmssGao Feng2017-04-131-8/+4
* | | | rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN eventDavid Ahern2017-04-131-1/+0
* | | | rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER eventDavid Ahern2017-04-131-1/+0
* | | | rtnetlink: Do not generate notifications for CHANGELOWERSTATE eventDavid Ahern2017-04-131-1/+0
* | | | rtnetlink: Do not generate notifications for PRECHANGEUPPER eventDavid Ahern2017-04-131-1/+0
* | | | rtnetlink: Do not generate notifications for POST_TYPE_CHANGE eventDavid Ahern2017-04-131-1/+0
* | | | rtnetlink: Do not generate notifications for CHANGEADDR eventDavid Ahern2017-04-131-1/+0
* | | | rtnetlink: Do not generate notification for UDP_TUNNEL_PUSH_INFODavid Ahern2017-04-131-1/+0
* | | | rtnetlink: Do not generate notifications for MTU eventsDavid Ahern2017-04-131-2/+0
* | | | gso: Support frag_list splitting with head_fragIlan Tayari2017-04-121-1/+1
* | | | l2tp: define parameters of l2tp_tunnel_find*() as "const"Guillaume Nault2017-04-122-4/+4
* | | | l2tp: define parameters of l2tp_session_get*() as "const"Guillaume Nault2017-04-122-5/+7
* | | | net/smc: do not use IB_SEND_INLINE together with mapped dataUrsula Braun2017-04-112-2/+1
* | | | net/smc: destruct non-accepted socketsUrsula Braun2017-04-112-6/+9
* | | | net/smc: remove duplicate unhashUrsula Braun2017-04-111-1/+0
OpenPOWER on IntegriCloud