aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-2/+3
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar1-0/+1
2016-11-25net: properly flush delay-freed skbsEric Dumazet1-2/+3
2016-11-25net: filter: run cgroup eBPF ingress programsDaniel Mack1-0/+4
2016-11-25bpf: add new prog type for cgroup socket filteringDaniel Mack1-0/+23
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli1-0/+4
2016-11-24devlink: Add E-Switch inline mode controlRoi Dayan1-19/+51
2016-11-24net: Add net-device param to the get offloaded stats ndoOr Gerlitz1-2/+2
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet1-1/+3
2016-11-23rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju1-1/+1
2016-11-22flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet1-1/+1
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+16
2016-11-19rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju1-1/+1
2016-11-19net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan1-1/+1
2016-11-18rtnetlink: fix FDB size computationSabrina Dubroca1-1/+4
2016-11-18ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju1-0/+6
2016-11-18ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju1-0/+87
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2-5/+4
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-11-16netpoll: more efficient lockingEric Dumazet2-4/+3
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet1-4/+6
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet1-20/+82
2016-11-15rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca1-1/+2
2016-11-15rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca1-5/+7
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