summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net_sched: gen_estimator: account for timer driftsEric Dumazet2016-12-031-9/+16
* netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-031-8/+12
* netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-031-4/+4
* netns: publish net_generic correctlyAlexey Dobriyan2016-12-031-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-033-8/+6Star
|\
| * net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet2016-12-021-2/+2
| * net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser2016-12-021-2/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-11-281-4/+2Star
| |\
| | * flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek2016-11-231-4/+2Star
* | | bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-021-0/+21
* | | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-021-0/+62
* | | tcp: allow to turn tcp timestamp randomization offFlorian Westphal2016-12-021-2/+3
* | | tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-021-4/+6
* | | sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh2016-12-021-4/+13
* | | bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-024-0/+572
* | | rtnetlink: return the correct error codeZhang Shengju2016-12-011-1/+1
* | | neigh: remove duplicate check for same neighZhang Shengju2016-11-301-10/+5Star
* | | bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann2016-11-302-3/+31
* | | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan2016-11-302-3/+18
* | | bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann2016-11-281-10/+4Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-273-2/+3
|\| |
| * | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar2016-11-261-0/+1
| * | rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju2016-11-241-1/+1
| * | flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet2016-11-221-1/+1
* | | net: properly flush delay-freed skbsEric Dumazet2016-11-261-2/+3
* | | net: filter: run cgroup eBPF ingress programsDaniel Mack2016-11-251-0/+4
* | | bpf: add new prog type for cgroup socket filteringDaniel Mack2016-11-251-0/+23
* | | ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli2016-11-241-0/+4
* | | devlink: Add E-Switch inline mode controlRoi Dayan2016-11-241-19/+51
* | | net: Add net-device param to the get offloaded stats ndoOr Gerlitz2016-11-241-2/+2
* | | tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet2016-11-241-1/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-222-8/+16
|\| |
| * | rtnl: fix the loop index update error in rtnl_dump_ifinfo()Zhang Shengju2016-11-201-1/+1
| * | rtnetlink: fix FDB size computationSabrina Dubroca2016-11-181-1/+4
| * | net: check dead netns for peernet2id_alloc()WANG Cong2016-11-171-0/+2
| * | rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca2016-11-161-1/+2
| * | rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca2016-11-161-5/+7
* | | net: make struct napi_alloc_cache::skb_count unsigned intAlexey Dobriyan2016-11-201-1/+1
* | | ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunableRaju Lakkaraju2016-11-181-0/+6
* | | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLERaju Lakkaraju2016-11-181-0/+87
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-5/+4Star
* | | netpoll: more efficient lockingEric Dumazet2016-11-172-4/+3Star
* | | net: busy-poll: return busypolling status to driversEric Dumazet2016-11-161-4/+6
* | | net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet2016-11-161-20/+82
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-155-25/+80
|\| |
| * | net: __skb_flow_dissect() must cap its return valueEric Dumazet2016-11-131-3/+8
| * | bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau2016-11-132-19/+66
| * | rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause2016-11-101-0/+1
| * | dccp: do not release listeners too soonEric Dumazet2016-11-031-2/+3
| * | net: mangle zero checksum in skb_checksum_help()Eric Dumazet2016-10-311-1/+1