summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
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
2016-11-16net: busy-poll: return busypolling status to driversEric Dumazet
2016-11-16net: busy-poll: allow preemption in sk_busy_loop()Eric Dumazet
2016-11-15rtnetlink: fix rtnl message size computation for XDPSabrina Dubroca
2016-11-15rtnetlink: fix rtnl_vfinfo_sizeSabrina Dubroca
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-14net: fix sleeping for sk_wait_event()WANG Cong
2016-11-12net: __skb_flow_dissect() must cap its return valueEric Dumazet
2016-11-12bpf: Fix bpf_redirect to an ipip/ip6tnl devMartin KaFai Lau
2016-11-09net: napi_hash_add() is no longer exportedEric Dumazet
2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsDavid Lebrun
2016-11-09rtnl: reset calcit fptr in rtnl_unregister()Mathias Krause
2016-11-09net-gro: avoid reordersEric Dumazet
2016-11-09net/flowcache: Convert to hotplug state machineSebastian Andrzej Siewior
2016-11-09net/dev: Convert to hotplug state machineSebastian Andrzej Siewior
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-11-03dccp: do not release listeners too soonEric Dumazet
2016-10-31net: mangle zero checksum in skb_checksum_help()Eric Dumazet