Age | Commit message (Expand) | Author | Files | Lines |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 1 | -7/+6 |
2009-06-03 | net: skb->rtable accessor | Eric Dumazet | 1 | -3/+3 |
2009-02-07 | ipmr: use goto to common label instead of opencoding | Ilpo Järvinen | 1 | -2/+1 |
2009-01-23 | netns: ipmr: enable namespace support in ipv4 multicast routing code | Benjamin Thery | 1 | -108/+135 |
2009-01-23 | netns: ipmr: declare ipmr /proc/net entries per-namespace | Benjamin Thery | 1 | -39/+62 |
2009-01-23 | netns: ipmr: declare reg_vif_num per-namespace | Benjamin Thery | 1 | -10/+12 |
2009-01-23 | netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace | Benjamin Thery | 1 | -13/+11 |
2009-01-23 | netns: ipmr: declare counter cache_resolve_queue_len per-namespace | Benjamin Thery | 1 | -18/+21 |
2009-01-23 | netns: ipmr: dynamically allocate mfc_cache_array | Benjamin Thery | 1 | -13/+28 |
2009-01-23 | netns: ipmr: store netns in struct mfc_cache | Benjamin Thery | 1 | -9/+17 |
2009-01-23 | netns: ipmr: dynamically allocate vif_table | Benjamin Thery | 1 | -41/+68 |
2009-01-23 | netns: ipmr: allocate mroute_socket per-namespace. | Benjamin Thery | 1 | -15/+13 |
2008-12-16 | ipmr: merge common code | Ilpo Järvinen | 1 | -64/+39 |
2008-12-04 | net: /proc/net/ip_mr_cache, display Iif as a signed short | Benjamin Thery | 1 | -1/+1 |
2008-12-04 | net: fix /proc/net/ip_mr_cache display - V2 | Benjamin Thery | 1 | -5/+11 |
2008-11-21 | ipmr: convert ipmr virtual interface to net_device_ops | Stephen Hemminger | 1 | -1/+5 |
2008-11-21 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -4/+5 |
2008-11-20 | ip: convert to net_device_ops for ioctl | Stephen Hemminger | 1 | -8/+17 |
2008-11-20 | net: fix ip_mr_init() error path | Benjamin Thery | 1 | -4/+5 |
2008-11-03 | net: clean up net/ipv4/ipmr.c | Jianjun Kong | 1 | -65/+65 |
2008-10-14 | net: Rationalise email address: Network Specific Parts | Alan Cox | 1 | -1/+1 |
2008-07-20 | netns: Use net_eq() to compare net-namespaces for optimization. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2008-07-17 | mib: add net to IP_INC_STATS_BH | Pavel Emelyanov | 1 | -2/+2 |
2008-07-15 | ipv4: Fix ipmr unregister device oops | Wang Chen | 1 | -8/+14 |
2008-07-15 | ipv4: Check return of dev_set_allmulti | Wang Chen | 1 | -1/+39 |
2008-07-03 | ipv4: Do cleanup for ip_mr_init | Wang Chen | 1 | -4/+24 |
2008-06-12 | net: remove CVS keywords | Adrian Bunk | 1 | -2/+0 |
2008-05-22 | ipmr: Use on-device stats instead of private ones. | Pavel Emelyanov | 1 | -16/+9 |
2008-05-22 | ipmr: Ipip tunnel uses on-device stats. | Pavel Emelyanov | 1 | -2/+2 |
2008-03-25 | [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -2/+2 |
2008-03-25 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2008-03-06 | [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts | Eric Dumazet | 1 | -3/+3 |
2008-01-29 | [NETNS]: Add namespace parameter to ip_route_output_key. | Denis V. Lunev | 1 | -2/+2 |
2008-01-29 | [NETNS]: Add namespace parameter to ip_dev_find. | Denis V. Lunev | 1 | -1/+1 |
2008-01-29 | [IPV4]: ipmr sparse warnings | Stephen Hemminger | 1 | -3/+7 |
2008-01-29 | [IPV4] net/ipv4: Use ipv4_is_<type> | Joe Perches | 1 | -3/+3 |
2008-01-29 | [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one | Pavel Emelyanov | 1 | -2/+2 |
2008-01-29 | [NET]: Make rtnetlink infrastructure network namespace aware (v3) | Denis V. Lunev | 1 | -2/+2 |
2008-01-29 | [NETFILTER]: Introduce NF_INET_ hook values | Patrick McHardy | 1 | -1/+1 |
2008-01-29 | [NET]: Convert init_timer into setup_timer | Pavel Emelyanov | 1 | -2/+1 |
2007-10-11 | [NET]: Make core networking code use seq_open_private | Pavel Emelyanov | 1 | -39/+4 |
2007-10-11 | [NET]: Make the device list and device lookups per namespace. | Eric W. Biederman | 1 | -2/+2 |
2007-10-11 | [NET]: Make device event notification network namespace safe | Eric W. Biederman | 1 | -1/+6 |
2007-10-11 | [NET]: Make /proc/net per network namespace | Eric W. Biederman | 1 | -2/+3 |
2007-07-20 | mm: Remove slab destructors from kmem_cache_create(). | Paul Mundt | 1 | -1/+1 |
2007-06-08 | [IPV4]: Restore old behaviour of default config values | Herbert Xu | 1 | -4/+11 |
2007-06-08 | [IPV4]: Convert IPv4 devconf to an array | Herbert Xu | 1 | -6/+6 |
2007-04-26 | [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [NETLINK]: Use nlmsg_trim() where appropriate | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2007-04-26 | [SK_BUFF]: Convert skb->tail to sk_buff_data_t | Arnaldo Carvalho de Melo | 1 | -4/+5 |