aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2017-10-16rtnetlink: place link af dump into own helperFlorian Westphal1-30/+42
2017-10-16tcp: cdg: make struct tcp_cdg staticColin Ian King1-1/+1
2017-10-16dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long1-1/+12
2017-10-16net/sched: cls_flower: Set egress_dev mark when calling into the HW driverOr Gerlitz1-0/+2
2017-10-16net: dccp: mark expected switch fall-throughsGustavo A. R. Silva2-1/+2
2017-10-16ieee802154: netlink: fix typo of the name of struct genl_opsXue Liu1-3/+3
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang1-4/+4
2017-10-16ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang1-4/+7
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang1-3/+3
2017-10-16net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko1-20/+35
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko1-2/+4
2017-10-16net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko3-4/+13
2017-10-16net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko1-8/+4
2017-10-16net: sched: ematch: obtain net pointer from blocksJiri Pirko1-1/+1
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko1-0/+1
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko14-19/+20
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck1-33/+46
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel1-1/+4
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long1-1/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long1-0/+1
2017-10-16xprtrdma: Remove ro_unmap_safeChuck Lever3-40/+0
2017-10-16xprtrdma: Use ro_unmap_sync in xprt_rdma_send_requestChuck Lever1-1/+2
2017-10-16xprtrdma: Don't defer fencing an async RPC's chunksChuck Lever1-1/+1
2017-10-16SUNRPC: fix a list corruption issue in xprt_release()Trond Myklebust1-1/+1
2017-10-16mac80211: accept key reinstall without changing anythingJohannes Berg1-4/+17
2017-10-14Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller1-9/+174
2017-10-14tcp: add a tracepoint for tcp retransmissionCong Wang2-0/+4
2017-10-14net_sched: fix a compile warning in act_ifeCong Wang1-0/+2
2017-10-14l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault1-0/+3
2017-10-14Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller5-19/+9
2017-10-14net: dsa: remove .set_addrVivien Didelot2-12/+0
2017-10-14net: fix typo in skbuff.cWenhua Shi1-1/+1
2017-10-14icmp: don't fail on fragment reassembly time exceededMatteo Croce1-3/+12
2017-10-13mqprio: Introduce new hardware offload mode and shaper in mqprioAmritha Nambiar1-9/+174
2017-10-13tipc: add multipoint-to-point flow controlJon Maloy2-5/+136
2017-10-13tipc: guarantee delivery of last broadcast before DOWN eventJon Maloy1-13/+32
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy2-2/+9
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy5-17/+94
2017-10-13tipc: guarantee group unicast doesn't bypass group broadcastJon Maloy2-15/+74
2017-10-13tipc: introduce group multicast messagingJon Maloy3-7/+74
2017-10-13tipc: introduce group anycast messagingJon Maloy5-0/+138
2017-10-13tipc: introduce group unicast messagingJon Maloy4-13/+150
2017-10-13tipc: introduce flow control for group broadcast messagesJon Maloy4-22/+190
2017-10-13tipc: receive group membership events via member socketJon Maloy4-33/+100
2017-10-13tipc: add second source address to recvmsg()/recvfrom()Jon Maloy3-16/+37
2017-10-13tipc: introduce communication groupsJon Maloy9-48/+734