summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-12-12Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-12-09net: skb_condense() can also deal with empty skbsEric Dumazet
2016-12-08bpf: xdp: Allow head adjustment in XDP progMartin KaFai Lau
2016-12-08udp: under rx pressure, try to condense skbsEric Dumazet
2016-12-08net: rfs: add a jump labelEric Dumazet
2016-12-08flow dissector: ICMP supportSimon Horman
2016-12-06net/udp: do not touch skb->peeked unless really neededEric Dumazet
2016-12-05bpf: remove type arg from __is_valid_{,xdp_}accessDaniel Borkmann
2016-12-05net_sched: gen_estimator: complete rewrite of rate estimatorsEric Dumazet
2016-12-03net_sched: gen_estimator: account for timer driftsEric Dumazet
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan
2016-12-03netns: publish net_generic correctlyAlexey Dobriyan
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-02net: avoid signed overflows for SO_{SND|RCV}BUFFORCEEric Dumazet
2016-12-02bpf: Add support for reading socket family, type, protocolDavid Ahern
2016-12-02bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern
2016-12-02tcp: allow to turn tcp timestamp randomization offFlorian Westphal
2016-12-02tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal
2016-12-02sock: reset sk_err for ICMP packets read from error queueSoheil Hassas Yeganeh
2016-12-02bpf: BPF for lightweight tunnel infrastructureThomas Graf
2016-12-02net/rtnetlink: fix attribute name in nlmsg_size() commentsTobias Klauser
2016-12-01rtnetlink: return the correct error codeZhang Shengju
2016-11-30neigh: remove duplicate check for same neighZhang Shengju
2016-11-30bpf, xdp: allow to pass flags to dev_change_xdp_fdDaniel Borkmann
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan
2016-11-27bpf: reuse dev_is_mac_header_xmit for redirectDaniel Borkmann
2016-11-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2016-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-25net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGSMiroslav Lichvar
2016-11-25net: properly flush delay-freed skbsEric Dumazet
2016-11-25net: filter: run cgroup eBPF ingress programsDaniel Mack
2016-11-25bpf: add new prog type for cgroup socket filteringDaniel Mack
2016-11-24ethtool: Protect {get, set}_phy_tunable with PHY device mutexFlorian Fainelli
2016-11-24devlink: Add E-Switch inline mode controlRoi Dayan
2016-11-24net: Add net-device param to the get offloaded stats ndoOr Gerlitz
2016-11-24tcp: enhance tcp_collapse_retrans() with skb_shift()Eric Dumazet
2016-11-23rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit()Zhang Shengju
2016-11-23flowcache: Increase threshold for refusing new allocationsMiroslav Urbanek
2016-11-22flow_dissect: call init_default_flow_dissectors() earlierEric Dumazet
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