Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
b26c949755c06ec79e55a75817210083bd78fc9a
/
net
/
ipv4
/
ipmr.c
035320d
ipmr: dont corrupt lists
by Eric Dumazet
· 14 years ago
ed0f160
ipmr: off by one in __ipmr_fill_mroute()
by Dan Carpenter
· 14 years ago
f896546
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
d19d56d
net: Introduce skb_tunnel_rx() helper
by Eric Dumazet
· 14 years ago
278554b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
1e4b105
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 14 years ago
bbd7254
IPv4: unresolved multicast route cleanup
by Andreas Meissner
· 14 years ago
cb6a4e4
net: ipmr: add support for dumping routing tables over netlink
by Patrick McHardy
· 15 years ago
25239ce
net: rtnetlink: decouple rtnetlink address families from real address families
by Patrick McHardy
· 15 years ago
3d0c9c4
net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
by Patrick McHardy
· 15 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
0eae88f
net: Fix various endianness glitches
by Eric Dumazet
· 15 years ago
6291055
Merge branch 'master' of /repos/git/net-next-2.6
by Patrick McHardy
· 15 years ago
8de53df
ipv4: ipmr: fix NULL pointer deref during unres queue destruction
by Patrick McHardy
· 15 years ago
b0ebb73
ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry
by Patrick McHardy
· 15 years ago
f0ad086
ipv4: ipmr: support multiple tables
by Patrick McHardy
· 15 years ago
0c12295
ipv4: ipmr: move mroute data into seperate structure
by Patrick McHardy
· 15 years ago
862465f
ipv4: ipmr: convert struct mfc_cache to struct list_head
by Patrick McHardy
· 15 years ago
d658f8a
ipv4: ipmr: remove net pointer from struct mfc_cache
by Patrick McHardy
· 15 years ago
e258beb
ipv4: ipmr: move unres_queue and timer to per-namespace data
by Patrick McHardy
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
f77f13e
Fix comment and Kconfig typos for 'require' and 'fragment'
by Gilles Espinasse
· 15 years ago
7438189
net: ipmr/ip6mr: prevent out-of-bounds vif_table access
by Nicolas Dichtel
· 15 years ago
9bbc768
netfilter: ipv4: use NFPROTO values for NF_HOOK invocation
by Jan Engelhardt
· 15 years ago
a50436f
net: ipmr/ip6mr: fix potential out-of-bounds vif_table access
by Patrick McHardy
· 15 years ago
9f0beba
ipmr: remove useless checks from ipmr_device_event
by Pavel Emelyanov
· 15 years ago
a2bfbc0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
d0490cf
ipmr: missing dev_put() on error path in vif_add()
by Dan Carpenter
· 15 years ago
d17fa6f
ipmr: Optimize multiple unregistration
by Eric Dumazet
· 15 years ago
c720c7e
inet: rename some inet_sock fields
by Eric Dumazet
· 15 years ago
ee5e81f
add vif using local interface index instead of IP
by Ilia K
· 15 years ago
b705884
net: Make setsockopt() optlen be unsigned.
by David S. Miller
· 15 years ago
3261309
net: constify struct net_protocol
by Alexey Dobriyan
· 15 years ago
6fef4c0
netdev: convert pseudo-devices to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
403dbb9
PIM-SM: namespace changes
by Tom Goff
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
511c3f9
net: skb->rtable accessor
by Eric Dumazet
· 15 years ago
69ebbf5
ipmr: use goto to common label instead of opencoding
by Ilpo Järvinen
· 16 years ago
4feb88e
netns: ipmr: enable namespace support in ipv4 multicast routing code
by Benjamin Thery
· 16 years ago
f6bb451
netns: ipmr: declare ipmr /proc/net entries per-namespace
by Benjamin Thery
· 16 years ago
6c5143d
netns: ipmr: declare reg_vif_num per-namespace
by Benjamin Thery
· 16 years ago
6f9374a
netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace
by Benjamin Thery
· 16 years ago
1e8fb3b
netns: ipmr: declare counter cache_resolve_queue_len per-namespace
by Benjamin Thery
· 16 years ago
2bb8b26
netns: ipmr: dynamically allocate mfc_cache_array
by Benjamin Thery
· 16 years ago
5c0a66f
netns: ipmr: store netns in struct mfc_cache
by Benjamin Thery
· 16 years ago
cf958ae3
netns: ipmr: dynamically allocate vif_table
by Benjamin Thery
· 16 years ago
70a269e
netns: ipmr: allocate mroute_socket per-namespace.
by Benjamin Thery
· 16 years ago
b187920
ipmr: merge common code
by Ilpo Järvinen
· 16 years ago
999890b
net: /proc/net/ip_mr_cache, display Iif as a signed short
by Benjamin Thery
· 16 years ago
1ea472e
net: fix /proc/net/ip_mr_cache display - V2
by Benjamin Thery
· 16 years ago
007c383
ipmr: convert ipmr virtual interface to net_device_ops
by Stephen Hemminger
· 16 years ago
6ab33d5
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5bc3eb7
ip: convert to net_device_ops for ioctl
by Stephen Hemminger
· 16 years ago
c3e3889
net: fix ip_mr_init() error path
by Benjamin Thery
· 16 years ago
c354e12
net: clean up net/ipv4/ipmr.c
by Jianjun Kong
· 16 years ago
113aa83
net: Rationalise email address: Network Specific Parts
by Alan Cox
· 16 years ago
721499e
netns: Use net_eq() to compare net-namespaces for optimization.
by YOSHIFUJI Hideaki
· 16 years ago
7c73a6f
mib: add net to IP_INC_STATS_BH
by Pavel Emelyanov
· 16 years ago
7dc00c8
ipv4: Fix ipmr unregister device oops
by Wang Chen
· 16 years ago
d607032
ipv4: Check return of dev_set_allmulti
by Wang Chen
· 16 years ago
03d2f89
ipv4: Do cleanup for ip_mr_init
by Wang Chen
· 16 years ago
0b04082
net: remove CVS keywords
by Adrian Bunk
· 16 years ago
cf3677a
ipmr: Use on-device stats instead of private ones.
by Pavel Emelyanov
· 16 years ago
2f4c02d
ipmr: Ipip tunnel uses on-device stats.
by Pavel Emelyanov
· 16 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
c346dca
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
f206351
[NETNS]: Add namespace parameter to ip_route_output_key.
by Denis V. Lunev
· 17 years ago
1ab3527
[NETNS]: Add namespace parameter to ip_dev_find.
by Denis V. Lunev
· 17 years ago
ba93ef7
[IPV4]: ipmr sparse warnings
by Stephen Hemminger
· 17 years ago
f97c1e0
[IPV4] net/ipv4: Use ipv4_is_<type>
by Joe Perches
· 17 years ago
586f121
[IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one
by Pavel Emelyanov
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
b24b8a2
[NET]: Convert init_timer into setup_timer
by Pavel Emelyanov
· 17 years ago
cf7732e
[NET]: Make core networking code use seq_open_private
by Pavel Emelyanov
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
71e27da
[IPV4]: Restore old behaviour of default config values
by Herbert Xu
· 17 years ago
42f811b
[IPV4]: Convert IPv4 devconf to an array
by Herbert Xu
· 17 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
dc5fc57
[NETLINK]: Use nlmsg_trim() where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
ddc7b8e
[SK_BUFF]: Some more layer header conversions
by Arnaldo Carvalho de Melo
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
d9edf9e
[SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph
by Arnaldo Carvalho de Melo
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
eddc9ec
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
by Arnaldo Carvalho de Melo
· 18 years ago
e023dd6
[IPMR]: Fix bug introduced when converting to skb_network_reset_header
by Arnaldo Carvalho de Melo
· 18 years ago
c9bdd4b
[IP]: Introduce ip_hdrlen()
by Arnaldo Carvalho de Melo
· 18 years ago
0272ffc
[SK_BUFF] ipmr: Missed one conversion to skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
f690808
[NET]: make seq_operations const
by Stephen Hemminger
· 18 years ago
878c814
[SK_BUFF] ipmr: Another skb_push related conversion to skb_reset_network_header
by Arnaldo Carvalho de Melo
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
Next »