aboutsummaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)Author
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-19rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju
2016-11-19net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan
2016-11-18rtnetlink: fix FDB size computationSabrina Dubroca
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong
2016-11-16netpoll: more efficient lockingEric Dumazet
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet
2016-11-15rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca
2016-11-15rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-11-12net: __skb_flow_dissect() must cap its return valueEric Dumazet
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau
2016-11-09net: napi_hash_add() is no longer exportedEric Dumazet
2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun
2016-11-09rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2016-11-09net-gro: avoid reordersEric Dumazet
2016-11-09net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-09net/dev: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-09net: core: add missing check for uid_range in rule_exists.Lorenzo Colitti
2016-11-07sock: do not set sk_err in sock_dequeue_err_skbSoheil Hassas Yeganeh
2016-11-07net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue lenJesper Dangaard Brouer
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti
2016-11-03dccp: do not release listeners too soonEric Dumazet
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet
2016-10-31net: clear sk_err_soft in sk_clone_lock()Eric Dumazet
2016-10-31net: Add support for XPS with QoS via traffic classesAlexander Duyck
2016-10-31net: Refactor removal of queues from XPS map and apply on num_tc changesAlexander Duyck
2016-10-31net: Add sysfs value to determine queue traffic classAlexander Duyck
2016-10-31net: Move functions for configuring traffic classes out of inline headersAlexander Duyck
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2016-10-29net: dev: Fix non-RCU based lower dev walkerDavid Ahern
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn
2016-10-27net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-26devlink: Prevent port_type_set() callback when it's not neededElad Raz
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni