Age | Commit message (Expand) | Author |
2016-12-12 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2016-12-09 | net: skb_condense() can also deal with empty skbs | Eric Dumazet |
2016-12-08 | bpf: xdp: Allow head adjustment in XDP prog | Martin KaFai Lau |
2016-12-08 | udp: under rx pressure, try to condense skbs | Eric Dumazet |
2016-12-08 | net: rfs: add a jump label | Eric Dumazet |
2016-12-08 | flow dissector: ICMP support | Simon Horman |
2016-12-06 | net/udp: do not touch skb->peeked unless really needed | Eric Dumazet |
2016-12-05 | bpf: remove type arg from __is_valid_{,xdp_}access | Daniel Borkmann |
2016-12-05 | net_sched: gen_estimator: complete rewrite of rate estimators | Eric Dumazet |
2016-12-03 | net_sched: gen_estimator: account for timer drifts | Eric Dumazet |
2016-12-03 | netns: fix net_generic() "id - 1" bloat | Alexey Dobriyan |
2016-12-03 | netns: add dummy struct inside "struct net_generic" | Alexey Dobriyan |
2016-12-03 | netns: publish net_generic correctly | Alexey Dobriyan |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-12-02 | net: avoid signed overflows for SO_{SND|RCV}BUFFORCE | Eric Dumazet |
2016-12-02 | bpf: Add support for reading socket family, type, protocol | David Ahern |
2016-12-02 | bpf: Add new cgroup attach type to enable sock modifications | David Ahern |
2016-12-02 | tcp: allow to turn tcp timestamp randomization off | Florian Westphal |
2016-12-02 | tcp: randomize tcp timestamp offsets for each connection | Florian Westphal |
2016-12-02 | sock: reset sk_err for ICMP packets read from error queue | Soheil Hassas Yeganeh |
2016-12-02 | bpf: BPF for lightweight tunnel infrastructure | Thomas Graf |
2016-12-02 | net/rtnetlink: fix attribute name in nlmsg_size() comments | Tobias Klauser |
2016-12-01 | rtnetlink: return the correct error code | Zhang Shengju |
2016-11-30 | neigh: remove duplicate check for same neigh | Zhang Shengju |
2016-11-30 | bpf, xdp: allow to pass flags to dev_change_xdp_fd | Daniel Borkmann |
2016-11-30 | tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPING | Francis Yan |
2016-11-27 | bpf: reuse dev_is_mac_header_xmit for redirect | Daniel Borkmann |
2016-11-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2016-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-25 | net: ethtool: don't require CAP_NET_ADMIN for ETHTOOL_GLINKSETTINGS | Miroslav Lichvar |
2016-11-25 | net: properly flush delay-freed skbs | Eric Dumazet |
2016-11-25 | net: filter: run cgroup eBPF ingress programs | Daniel Mack |
2016-11-25 | bpf: add new prog type for cgroup socket filtering | Daniel Mack |
2016-11-24 | ethtool: Protect {get, set}_phy_tunable with PHY device mutex | Florian Fainelli |
2016-11-24 | devlink: Add E-Switch inline mode control | Roi Dayan |
2016-11-24 | net: Add net-device param to the get offloaded stats ndo | Or Gerlitz |
2016-11-24 | tcp: enhance tcp_collapse_retrans() with skb_shift() | Eric Dumazet |
2016-11-23 | rtnetlink: fix the wrong minimal dump size getting from rtnl_calcit() | Zhang Shengju |
2016-11-23 | flowcache: Increase threshold for refusing new allocations | Miroslav Urbanek |
2016-11-22 | flow_dissect: call init_default_flow_dissectors() earlier | Eric Dumazet |
2016-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-19 | rtnl: fix the loop index update error in rtnl_dump_ifinfo() | Zhang Shengju |
2016-11-19 | net: make struct napi_alloc_cache::skb_count unsigned int | Alexey Dobriyan |
2016-11-18 | rtnetlink: fix FDB size computation | Sabrina Dubroca |
2016-11-18 | ethtool: Core impl for ETHTOOL_PHY_DOWNSHIFT tunable | Raju Lakkaraju |
2016-11-18 | ethtool: Implements ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE | Raju Lakkaraju |
2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan |
2016-11-17 | net: check dead netns for peernet2id_alloc() | WANG Cong |
2016-11-16 | netpoll: more efficient locking | Eric Dumazet |
2016-11-16 | net: busy-poll: return busypolling status to drivers | Eric Dumazet |