summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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-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
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore
2016-10-20net: add recursion limit to GROSabrina Dubroca
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel
2016-10-19flow_dissector: Check skb for VLAN only if skb specified.Eric Garver
2016-10-18soreuseport: do not export reuseport_add_sock()Eric Dumazet
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern
2016-10-17net: report right mtu value in error messageJakub Kicinski
2016-10-17net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet
2016-10-15lwtunnel: Add destroy state operationTom Herbert
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger
2016-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-13net: rtnl: info leak in rtnl_fill_vfinfo()Dan Carpenter
2016-10-13net: centralize net_device min/max MTU checkingJarod Wilson
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-10-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner
2016-10-07Merge branch 'work.splice_read' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-10-04net: Add netdev all_adj_list refcnt propagation to fix panicAndrew Collins
2016-10-03net: skbuff: Limit skb_vlan_pop/push() to expect skb->data at mac headerShmulik Ladkani
2016-10-03skb_splice_bits(): get rid of callbackAl Viro