Commit Graph

74 Commits (323222b5ff930a43eab45cec6e58345740fa2a29)

Author SHA1 Message Date
Eric Dumazet b71d1d426d inet: constify ip headers and in6_addr 14 years ago
Cesar Eduardo Barros 3e49e6d520 net: use CHECKSUM_NONE instead of magic number 14 years ago
David S. Miller 4c9483b2fb ipv6: Convert to use flowi6 where applicable. 14 years ago
David S. Miller 1d28f42c1b net: Put flowi_* prefix on AF independent members of struct flowi 14 years ago
Hagen Paul Pfeifer ddc3731fcb ipv6: ignore rtnl_unicast() return code 14 years ago
David S. Miller e2d57766e6 net: Provide compat support for SIOCGETMIFCNT_IN6 and SIOCGETSGCNT_IN6. 14 years ago
Changli Gao 5811662b15 net: use the macros defined for the members of flowi 14 years ago
Eric Dumazet caf586e5f2 net: add a core netdev->rx_dropped counter 15 years ago
Eric Dumazet 8990f468ae net: rx_dropped accounting 15 years ago
Eric Dumazet 035320d547 ipmr: dont corrupt lists 15 years ago
Eric Dumazet 8ffb335e8d ip6mr: fix a typo in ip6mr_for_each_table() 15 years ago
Dan Carpenter ed0f160ad6 ipmr: off by one in __ipmr_fill_mroute() 15 years ago
Eric Dumazet d19d56ddc8 net: Introduce skb_tunnel_rx() helper 15 years ago
Patrick McHardy 5b285cac35 ipv6: ip6mr: add support for dumping routing tables over netlink 15 years ago
Patrick McHardy d1db275dd3 ipv6: ip6mr: support multiple tables 15 years ago
Patrick McHardy 6bd5214339 ipv6: ip6mr: move mroute data into seperate structure 15 years ago
Patrick McHardy f30a778421 ipv6: ip6mr: convert struct mfc_cache to struct list_head 15 years ago
Patrick McHardy b5aa30b191 ipv6: ip6mr: remove net pointer from struct mfc6_cache 15 years ago
Patrick McHardy c476efbcde ipv6: ip6mr: 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
Nicolas Dichtel 7438189baa net: ipmr/ip6mr: prevent out-of-bounds vif_table access 15 years ago
Jan Engelhardt b2e0b385d7 netfilter: ipv6: 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
Eric Dumazet c871e664ea ip6mr: Optimize multiple unregistration 16 years ago
Eric Dumazet c720c7e838 inet: rename some inet_sock fields 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
James Morris 88e9d34c72 seq_file: constify seq_operations 16 years ago
Alexey Dobriyan 41135cc836 net: constify struct inet6_protocol 16 years ago
Stephen Hemminger 5ca1b998d3 net: file_operations should be const 16 years ago
Stephen Hemminger 98147d527a net: seq_operations should be const 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
Dave Jones 5d6e430d3b ipv6: compile fix for ip6mr.c 16 years ago
Thomas Goff 1d6e55f195 IPv6: Fix multicast routing bugs. 16 years ago
Ilpo Järvinen 8da73b73ef ip6mr: use goto to common label instead of opencoding 16 years ago
Benjamin Thery 8229efdaef netns: ip6mr: enable namespace support in ipv6 multicast forwarding code 16 years ago
Benjamin Thery 8b90fc7e5b netns: ip6mr: declare ip6mr /proc/net entries per-namespace 16 years ago
Benjamin Thery 950d5704e5 netns: ip6mr: declare reg_vif_num per-namespace 16 years ago
Benjamin Thery a21f3f997c netns: ip6mr: declare mroute_do_assert and mroute_do_pim per-namespace 16 years ago
Benjamin Thery 4045e57c19 netns: ip6mr: declare counter cache_resolve_queue_len per-namespace 16 years ago
Benjamin Thery 4a6258a0e3 netns: ip6mr: dynamically allocate mfc6_cache_array 16 years ago
Benjamin Thery 58701ad411 netns: ip6mr: store netns in struct mfc6_cache 16 years ago
Benjamin Thery 4e16880cb4 netns: ip6mr: dynamically allocates vif6_table 16 years ago
Benjamin Thery bd91b8bf37 netns: ip6mr: allocate mroute6_socket per-namespace. 16 years ago
Joe Perches 36cbac5909 net/ipv6/ip6mr.c: Use kmem_cache_zalloc, remove memset 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