| Commit message (Expand) | Author | Age | Files | Lines |
* | netns: return RTM_NEWNSID instead of RTM_GETNSID on a get | Nicolas Dichtel | 2015-05-13 | 1 | -1/+1 |
* | net: core: Correct an over-stringent device loop detection. | Vlad Yasevich | 2015-05-04 | 1 | -1/+1 |
* | Revert "net: kernel socket should be released in init_net namespace" | Herbert Xu | 2015-05-04 | 1 | -1/+1 |
* | bridge/nl: remove wrong use of NLM_F_MULTI | Nicolas Dichtel | 2015-04-29 | 1 | -5/+7 |
* | net: rfs: fix crash in get_rps_cpus() | Eric Dumazet | 2015-04-26 | 1 | -6/+6 |
* | net: fix crash in build_skb() | Eric Dumazet | 2015-04-25 | 1 | -9/+22 |
* | net: do not deplete pfmemalloc reserve | Eric Dumazet | 2015-04-22 | 1 | -2/+7 |
* | net: remove unused 'dev' argument from netif_needs_gso() | Johannes Berg | 2015-04-17 | 1 | -1/+1 |
* | skbuff: Do not scrub skb mark within the same name space | Herbert Xu | 2015-04-16 | 1 | -3/+6 |
* | Revert "net: Reset secmark when scrubbing packet" | Herbert Xu | 2015-04-16 | 1 | -1/+0 |
* | bpf: fix bpf helpers to use skb->mac_header relative offsets | Alexei Starovoitov | 2015-04-16 | 1 | -9/+32 |
* | netns: remove duplicated include from net_namespace.c | Wei Yongjun | 2015-04-16 | 1 | -1/+0 |
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | David S. Miller | 2015-04-14 | 1 | -1/+1 |
|\ |
|
| * | new helper: msg_data_left() | Al Viro | 2015-04-11 | 1 | -1/+1 |
* | | net: use jump label patching for ingress qdisc in __netif_receive_skb_core | Daniel Borkmann | 2015-04-13 | 1 | -7/+24 |
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2015-04-13 | 1 | -6/+26 |
|\ \ |
|
| * | | if_link: Add an additional parameter to ifla_vf_info for RSS querying | Vlad Zolotarov | 2015-04-11 | 1 | -6/+26 |
* | | | tcp: do not cache align timewait sockets | Eric Dumazet | 2015-04-13 | 1 | -2/+1 |
|/ / |
|
* | | rtnetlink: Mark name argument of rtnl_create_link() const | Thomas Graf | 2015-04-10 | 1 | -1/+1 |
* | | net: Pass VLAN ID to rtnl_fdb_notify. | Hubert Sokolowski | 2015-04-09 | 1 | -10/+10 |
* | | net: remove extra newlines | Sheng Yong | 2015-04-08 | 1 | -1/+0 |
* | | netns: allow to dump netns ids | Nicolas Dichtel | 2015-04-07 | 1 | -1/+48 |
* | | netns: notify netns id events | Nicolas Dichtel | 2015-04-07 | 1 | -8/+44 |
* | | netns: minor cleanup in rtnl_net_getid() | Nicolas Dichtel | 2015-04-07 | 1 | -1/+1 |
* | | netfilter: Pass socket pointer down through okfn(). | David Miller | 2015-04-07 | 1 | -5/+5 |
|/ |
|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-07 | 4 | -18/+35 |
|\ |
|
| * | ipv6: protect skb->sk accesses from recursive dereference inside the stack | hannes@stressinduktion.org | 2015-04-06 | 2 | -1/+22 |
| * | netns: don't allocate an id for dead netns | Nicolas Dichtel | 2015-04-03 | 1 | -1/+3 |
| * | Revert "netns: don't clear nsid too early on removal" | Nicolas Dichtel | 2015-04-03 | 1 | -15/+9 |
| * | net: move fib_rules_unregister() under rtnl lock | WANG Cong | 2015-04-03 | 1 | -1/+1 |
* | | tc: bpf: add checksum helpers | Alexei Starovoitov | 2015-04-06 | 1 | -4/+104 |
* | | ebpf: add skb->priority to offset map for usage in {cls, act}_bpf | Daniel Borkmann | 2015-04-03 | 1 | -0/+7 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-04-02 | 2 | -11/+17 |
|\| |
|
| * | netns: don't clear nsid too early on removal | Nicolas Dichtel | 2015-03-29 | 1 | -9/+15 |
| * | net: use for_each_netdev_safe() in rtnl_group_changelink() | WANG Cong | 2015-03-24 | 1 | -2/+2 |
* | | dev: set iflink to 0 for virtual interfaces | Nicolas Dichtel | 2015-04-02 | 1 | -0/+4 |
* | | net: remove iflink field from struct net_device | Nicolas Dichtel | 2015-04-02 | 1 | -11/+2 |
* | | dev: introduce dev_get_iflink() | Nicolas Dichtel | 2015-04-02 | 4 | -9/+34 |
* | | net: rename dev to orig_dev in deliver_ptype_list_skb | Jiri Pirko | 2015-03-31 | 1 | -2/+3 |
* | | net: Introduce passthru_features_check | Toshiaki Makita | 2015-03-29 | 1 | -0/+8 |
* | | net: Move check for multiple vlans to drivers | Toshiaki Makita | 2015-03-29 | 1 | -12/+9 |
* | | vlan: Introduce helper functions to check if skb is tagged | Toshiaki Makita | 2015-03-29 | 1 | -16/+8 |
* | | tc: bpf: generalize pedit action | Alexei Starovoitov | 2015-03-29 | 1 | -2/+69 |
* | | filter: introduce SKF_AD_VLAN_TPID BPF extension | Michal Sekletar | 2015-03-24 | 1 | -0/+17 |
* | | net: allow to delete a whole device group | WANG Cong | 2015-03-24 | 1 | -0/+38 |
* | | net: Move the comment about unsettable socket-level options to default clause... | YOSHIFUJI Hideaki/吉藤英明 | 2015-03-23 | 1 | -2/+3 |
* | | net: convert syn_wait_lock to a spinlock | Eric Dumazet | 2015-03-23 | 1 | -7/+7 |
* | | net: clear skb->priority when forwarding to another netns | WANG Cong | 2015-03-23 | 1 | -0/+1 |
* | | net: neighbour: Add mcast_resolicit to configure the number of multicast reso... | YOSHIFUJI Hideaki/吉藤英明 | 2015-03-21 | 1 | -4/+11 |
* | | ebpf: add sched_act_type and map it to sk_filter's verifier ops | Daniel Borkmann | 2015-03-21 | 1 | -0/+6 |