summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-10-18net/core: Convert sk_timer users to use timer_setup()Kees Cook
2017-10-18net/core: Collapse redundant sk_timer callback data assignmentsKees Cook
2017-10-18inet: frags: Convert timers to use timer_setup()Kees Cook
2017-10-18inet/connection_sock: Convert timers to use timer_setup()Kees Cook
2017-10-18netfilter: ipset: Convert timers to use timer_setup()Kees Cook
2017-10-18net: sched: Convert timers to use timer_setup()Kees Cook
2017-10-18net: can: Convert timers to use timer_setup()Kees Cook
2017-10-18xfrm: Convert timers to use timer_setup()Kees Cook
2017-10-18net/rose: Convert timers to use timer_setup()Kees Cook
2017-10-18net/lapb: Convert timers to use timer_setup()Kees Cook
2017-10-18net/decnet: Convert timers to use timer_setup()Kees Cook
2017-10-18net: dsa: split dsa_port's netdev memberVivien Didelot
2017-10-18net: dsa: rename dsa_master_get_slaveVivien Didelot
2017-10-18net: dsa: add slave to master helperVivien Didelot
2017-10-18net: dsa: add slave to port helperVivien Didelot
2017-10-18net: dsa: add slave notify helperVivien Didelot
2017-10-18net: dsa: use port's cpu_dp when creating a slaveVivien Didelot
2017-10-18netlink: fix netlink_ack() extack raceJohannes Berg
2017-10-18netlink: use NETLINK_CB(in_skb).sk instead of looking it upJohannes Berg
2017-10-18bpf: cpumap xdp_buff to skb conversion and allocationJesper Dangaard Brouer
2017-10-18bpf: XDP_REDIRECT enable use of cpumapJesper Dangaard Brouer
2017-10-18rxrpc: Use MSG_WAITALL to tell sendmsg() to temporarily ignore signalsDavid Howells
2017-10-18rxrpc: Provide functions for allowing cleaner handling of signalsDavid Howells
2017-10-18rxrpc: Support service upgrade from a kernel serviceDavid Howells
2017-10-18KEYS: Fix race between updating and finding a negative keyDavid Howells
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady
2017-10-17net: export netdev_txq_to_tc to allow sch_mqprio to compile as moduleHenrik Austad
2017-10-17batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementationSven Eckelmann
2017-10-16tipc: fix rebasing errorJon Maloy
2017-10-16Merge tag 'mac80211-for-davem-2017-10-16' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-10-16net: core: rcu-ify rtnl af_opsFlorian Westphal
2017-10-16rtnetlink: place link af dump into own helperFlorian Westphal
2017-10-16tcp: cdg: make struct tcp_cdg staticColin Ian King
2017-10-16dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long
2017-10-16net/sched: cls_flower: Set egress_dev mark when calling into the HW driverOr Gerlitz
2017-10-16net: dccp: mark expected switch fall-throughsGustavo A. R. Silva
2017-10-16ieee802154: netlink: fix typo of the name of struct genl_opsXue Liu
2017-10-16ipv6: only update __use and lastusetime once per jiffy at mostWei Wang
2017-10-16ipv6: check fn before doing FIB6_SUBTREE(fn)Wei Wang
2017-10-16tun: call dev_get_valid_name() before register_netdevice()Cong Wang
2017-10-16net: sched: propagate q and parent from caller down to tcf_fill_nodeJiri Pirko
2017-10-16net: sched: use tcf_block_q helper to get q pointer for sch_tree_lockJiri Pirko
2017-10-16net: sched: tcindex, fw, flow: use tcf_block_q helper to get struct QdiscJiri Pirko
2017-10-16net: sched: cls_u32: use block instead of q in tc_u_commonJiri Pirko
2017-10-16net: sched: ematch: obtain net pointer from blocksJiri Pirko
2017-10-16net: sched: store net pointer in block and introduce qdisc_net helperJiri Pirko
2017-10-16net: sched: store Qdisc pointer in struct blockJiri Pirko
2017-10-16mqprio: Reserve last 32 classid values for HW traffic classes and misc IDsAlexander Duyck
2017-10-16net: enable interface alias removal via rtnlNicolas Dichtel
2017-10-16rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long