Commit Graph

132 Commits (7cfd4a87441f5ca3018fdd1f7ad67e8a73a05dc2)

Author SHA1 Message Date
Ben Greear e40dbc51fb ipmr: Don't leak memory if fib lookup fails. 15 years ago
Changli Gao d8d1f30b95 net-next: remove useless union keyword 15 years ago
Eric Dumazet 035320d547 ipmr: dont corrupt lists 15 years ago
Dan Carpenter ed0f160ad6 ipmr: off by one in __ipmr_fill_mroute() 15 years ago
Joe Perches 3fa21e07e6 net: Remove unnecessary returns from void function()s 15 years ago
Eric Dumazet d19d56ddc8 net: Introduce skb_tunnel_rx() helper 15 years ago
Andreas Meissner bbd725435d IPv4: unresolved multicast route cleanup 15 years ago
Patrick McHardy cb6a4e461f net: ipmr: add support for dumping routing tables over netlink 15 years ago
Patrick McHardy 25239cee7e net: rtnetlink: decouple rtnetlink address families from real address families 15 years ago
Patrick McHardy 3d0c9c4eb2 net: fib_rules: mark arguments to fib_rules_register const and __net_initdata 15 years ago
Eric Dumazet 0eae88f31c net: Fix various endianness glitches 15 years ago
Patrick McHardy 8de53dfbf9 ipv4: ipmr: fix NULL pointer deref during unres queue destruction 15 years ago
Patrick McHardy b0ebb739a8 ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry 15 years ago
Patrick McHardy f0ad0860d0 ipv4: ipmr: support multiple tables 15 years ago
Patrick McHardy 0c12295a74 ipv4: ipmr: move mroute data into seperate structure 15 years ago
Patrick McHardy 862465f2e7 ipv4: ipmr: convert struct mfc_cache to struct list_head 15 years ago
Patrick McHardy d658f8a0e6 ipv4: ipmr: remove net pointer from struct mfc_cache 15 years ago
Patrick McHardy e258beb22f ipv4: ipmr: move unres_queue and timer to per-namespace data 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Gilles Espinasse f77f13e22d Fix comment and Kconfig typos for 'require' and 'fragment' 15 years ago
Nicolas Dichtel 7438189baa net: ipmr/ip6mr: prevent out-of-bounds vif_table access 15 years ago
Jan Engelhardt 9bbc768aa9 netfilter: ipv4: use NFPROTO values for NF_HOOK invocation 15 years ago
Patrick McHardy a50436f2cd net: ipmr/ip6mr: fix potential out-of-bounds vif_table access 15 years ago
Pavel Emelyanov 9f0beba9f9 ipmr: remove useless checks from ipmr_device_event 15 years ago
Dan Carpenter d0490cfdf4 ipmr: missing dev_put() on error path in vif_add() 15 years ago
Eric Dumazet d17fa6fa81 ipmr: Optimize multiple unregistration 15 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
Ilia K ee5e81f000 add vif using local interface index instead of IP 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Alexey Dobriyan 32613090a9 net: constify struct net_protocol 16 years ago
Stephen Hemminger 6fef4c0c8e netdev: convert pseudo-devices to netdev_tx_t 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 16 years ago
Tom Goff 403dbb97f6 PIM-SM: namespace changes 16 years ago
Eric Dumazet adf30907d6 net: skb->dst accessors 16 years ago
Eric Dumazet 511c3f92ad net: skb->rtable accessor 16 years ago
Ilpo Järvinen 69ebbf58f3 ipmr: use goto to common label instead of opencoding 16 years ago
Benjamin Thery 4feb88e5c6 netns: ipmr: enable namespace support in ipv4 multicast routing code 16 years ago
Benjamin Thery f6bb451476 netns: ipmr: declare ipmr /proc/net entries per-namespace 16 years ago
Benjamin Thery 6c5143dbcf netns: ipmr: declare reg_vif_num per-namespace 16 years ago
Benjamin Thery 6f9374a934 netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace 16 years ago
Benjamin Thery 1e8fb3b6a4 netns: ipmr: declare counter cache_resolve_queue_len per-namespace 16 years ago
Benjamin Thery 2bb8b26c3e netns: ipmr: dynamically allocate mfc_cache_array 16 years ago
Benjamin Thery 5c0a66f5f3 netns: ipmr: store netns in struct mfc_cache 16 years ago
Benjamin Thery cf958ae377 netns: ipmr: dynamically allocate vif_table 16 years ago
Benjamin Thery 70a269e6c9 netns: ipmr: allocate mroute_socket per-namespace. 16 years ago
Ilpo Järvinen b1879204dd ipmr: merge common code 16 years ago
Benjamin Thery 999890b21a net: /proc/net/ip_mr_cache, display Iif as a signed short 16 years ago
Benjamin Thery 1ea472e2de net: fix /proc/net/ip_mr_cache display - V2 16 years ago
Stephen Hemminger 007c3838d9 ipmr: convert ipmr virtual interface to net_device_ops 16 years ago
Stephen Hemminger 5bc3eb7e2f ip: convert to net_device_ops for ioctl 16 years ago