aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-25/+80
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong2-18/+18
2016-11-12net: __skb_flow_dissect() must cap its return valueEric Dumazet1-3/+8
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2-19/+66
2016-11-09net: napi_hash_add() is no longer exportedEric Dumazet1-2/+1
2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun1-0/+2
2016-11-09rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause1-0/+1
2016-11-09net-gro: avoid reordersEric Dumazet1-2/+2
2016-11-09net: core: add missing check for uid_range in rule_exists.Lorenzo Colitti1-0/+4
2016-11-07sock: do not set sk_err in sock_dequeue_err_skbSoheil Hassas Yeganeh1-1/+0
2016-11-07net/qdisc: IFF_NO_QUEUE drivers should use consistent TX queue lenJesper Dangaard Brouer1-1/+1
2016-11-07udp: do fwd memory scheduling on dequeuePaolo Abeni1-5/+12
2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti1-2/+72
2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti1-1/+4
2016-11-03dccp: do not release listeners too soonEric Dumazet1-2/+3
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet1-1/+1
2016-10-31net: clear sk_err_soft in sk_clone_lock()Eric Dumazet1-0/+1
2016-10-31net: Add support for XPS with QoS via traffic classesAlexander Duyck2-45/+103
2016-10-31net: Refactor removal of queues from XPS map and apply on num_tc changesAlexander Duyck1-23/+50
2016-10-31net: Add sysfs value to determine queue traffic classAlexander Duyck2-1/+36
2016-10-31net: Move functions for configuring traffic classes out of inline headersAlexander Duyck1-0/+29
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-32/+39
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-33/+44
2016-10-29net: dev: Fix non-RCU based lower dev walkerDavid Ahern1-2/+2
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal1-1/+1
2016-10-29packet: on direct_xmit, limit tso and csum to supported devicesWillem de Bruijn1-0/+1
2016-10-27net: skip genenerating uevents for network namespaces that are exitingAndrey Vagin1-3/+11
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann1-5/+5
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg2-2/+2
2016-10-27genetlink: statically initialize familiesJohannes Berg2-18/+29
2016-10-27genetlink: no longer support using static family IDsJohannes Berg2-2/+0
2016-10-26devlink: Prevent port_type_set() callback when it's not neededElad Raz1-0/+2
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin1-1/+8
2016-10-22bpf: add helper for retrieving current numa node idDaniel Borkmann1-0/+2
2016-10-22net/socket: factor out helpers for memory and queue manipulationPaolo Abeni2-33/+67
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore1-15/+20
2016-10-20net: add recursion limit to GROSabrina Dubroca1-0/+1
2016-10-19net: core: Correctly iterate over lower adjacency listIdo Schimmel1-3/+7
2016-10-19flow_dissector: Check skb for VLAN only if skb specified.Eric Garver1-4/+2
2016-10-18soreuseport: do not export reuseport_add_sock()Eric Dumazet1-1/+0
2016-10-18net: dev: Improve debug statements for adjacency trackingDavid Ahern1-7/+15
2016-10-18net: Add warning if any lower device is still in adjacency listDavid Ahern1-0/+15
2016-10-18net: Remove all_adj_list and its referencesDavid Ahern1-205/+18
2016-10-18net: Introduce new api for walking upper and lower devicesDavid Ahern1-0/+155
2016-10-18net: Remove refnr arg when inserting link adjacenciesDavid Ahern1-15/+12
2016-10-17net: report right mtu value in error messageJakub Kicinski1-1/+1
2016-10-17net: pktgen: remove rcu locking in pktgen_change_name()Eric Dumazet1-7/+10
2016-10-15lwtunnel: Add destroy state operationTom Herbert1-0/+13
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+2
2016-10-14Revert "net: Add driver helper functions to determine checksum offloadability"stephen hemminger1-136/+0