| Commit message (Expand) | Author | Age |
* | neigh: do not modify unlinked entries | Julian Anastasov | 2015-07-10 |
* | net: don't wait for order-3 page allocation | Shaohua Li | 2015-06-11 |
* | net, swap: Remove a warning and clarify why sk_mem_reclaim is required when d... | Mel Gorman | 2015-06-11 |
* | net: replace last open coded skb_orphan_frags with function call | Willem de Bruijn | 2015-06-08 |
* | Revert "net: core: 'ethtool' issue with querying phy settings" | David S. Miller | 2015-06-01 |
* | net: core: 'ethtool' issue with querying phy settings | Arun Parameswaran | 2015-05-22 |
* | rtnl/bond: don't send rtnl msg for unregistered iface | Nicolas Dichtel | 2015-05-17 |
* | netns: return RTM_NEWNSID instead of RTM_GETNSID on a get | Nicolas Dichtel | 2015-05-12 |
* | net: core: Correct an over-stringent device loop detection. | Vlad Yasevich | 2015-05-04 |
* | Revert "net: kernel socket should be released in init_net namespace" | Herbert Xu | 2015-05-04 |
* | bridge/nl: remove wrong use of NLM_F_MULTI | Nicolas Dichtel | 2015-04-29 |
* | net: rfs: fix crash in get_rps_cpus() | Eric Dumazet | 2015-04-26 |
* | net: fix crash in build_skb() | Eric Dumazet | 2015-04-25 |
* | net: do not deplete pfmemalloc reserve | Eric Dumazet | 2015-04-22 |
* | net: remove unused 'dev' argument from netif_needs_gso() | Johannes Berg | 2015-04-17 |
* | skbuff: Do not scrub skb mark within the same name space | Herbert Xu | 2015-04-16 |
* | Revert "net: Reset secmark when scrubbing packet" | Herbert Xu | 2015-04-16 |
* | bpf: fix bpf helpers to use skb->mac_header relative offsets | Alexei Starovoitov | 2015-04-16 |
* | netns: remove duplicated include from net_namespace.c | Wei Yongjun | 2015-04-16 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 2015-04-13 |
|\ |
|
| * | new helper: msg_data_left() | Al Viro | 2015-04-11 |
* | | net: use jump label patching for ingress qdisc in __netif_receive_skb_core | Daniel Borkmann | 2015-04-13 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2015-04-12 |
|\ \ |
|
| * | | if_link: Add an additional parameter to ifla_vf_info for RSS querying | Vlad Zolotarov | 2015-04-11 |
* | | | tcp: do not cache align timewait sockets | Eric Dumazet | 2015-04-12 |
|/ / |
|
* | | rtnetlink: Mark name argument of rtnl_create_link() const | Thomas Graf | 2015-04-10 |
* | | net: Pass VLAN ID to rtnl_fdb_notify. | Hubert Sokolowski | 2015-04-09 |
* | | net: remove extra newlines | Sheng Yong | 2015-04-07 |
* | | netns: allow to dump netns ids | Nicolas Dichtel | 2015-04-07 |
* | | netns: notify netns id events | Nicolas Dichtel | 2015-04-07 |
* | | netns: minor cleanup in rtnl_net_getid() | Nicolas Dichtel | 2015-04-07 |
* | | netfilter: Pass socket pointer down through okfn(). | David Miller | 2015-04-07 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-06 |
|\ |
|
| * | ipv6: protect skb->sk accesses from recursive dereference inside the stack | hannes@stressinduktion.org | 2015-04-06 |
| * | netns: don't allocate an id for dead netns | Nicolas Dichtel | 2015-04-03 |
| * | Revert "netns: don't clear nsid too early on removal" | Nicolas Dichtel | 2015-04-03 |
| * | net: move fib_rules_unregister() under rtnl lock | WANG Cong | 2015-04-02 |
* | | tc: bpf: add checksum helpers | Alexei Starovoitov | 2015-04-06 |
* | | ebpf: add skb->priority to offset map for usage in {cls, act}_bpf | Daniel Borkmann | 2015-04-03 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-02 |
|\| |
|
| * | netns: don't clear nsid too early on removal | Nicolas Dichtel | 2015-03-29 |
| * | net: use for_each_netdev_safe() in rtnl_group_changelink() | WANG Cong | 2015-03-24 |
* | | dev: set iflink to 0 for virtual interfaces | Nicolas Dichtel | 2015-04-02 |
* | | net: remove iflink field from struct net_device | Nicolas Dichtel | 2015-04-02 |
* | | dev: introduce dev_get_iflink() | Nicolas Dichtel | 2015-04-02 |
* | | net: rename dev to orig_dev in deliver_ptype_list_skb | Jiri Pirko | 2015-03-31 |
* | | net: Introduce passthru_features_check | Toshiaki Makita | 2015-03-29 |
* | | net: Move check for multiple vlans to drivers | Toshiaki Makita | 2015-03-29 |
* | | vlan: Introduce helper functions to check if skb is tagged | Toshiaki Makita | 2015-03-29 |
* | | tc: bpf: generalize pedit action | Alexei Starovoitov | 2015-03-29 |