aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4/ip_gre.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-12net: ipv4: Standardize prefixes for message loggingGravatar Joe Perches 1-0/+2
2012-03-11net: Convert printks to pr_<level>Gravatar Joe Perches 1-3/+3
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+5
2012-02-24gre: fix spelling in commentsGravatar stephen hemminger 1-5/+5
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Gravatar Danny Kukawka 1-1/+1
2012-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+4
2012-01-27ipv4: ip_gre: Convert to dst_neigh_lookup()Gravatar David S. Miller 1-3/+10
2012-01-26ipv6: Fix ip_gre lockless xmits.Gravatar Willem de Bruijn 1-0/+4
2012-01-24ip_gre: Fix bug added to ipgre_tunnel_xmit().Gravatar David S. Miller 1-1/+3
2012-01-24ipv4: Remove bogus checks of rt_gateway being zero.Gravatar David S. Miller 1-5/+3
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Gravatar Eric Dumazet 1-4/+4
2011-12-05net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.Gravatar David Miller 1-1/+1
2011-11-18ip_gre: Set needed_headroom dynamically againGravatar Herbert Xu 1-0/+2
2011-11-08net: better pcpu data alignmentGravatar Eric Dumazet 1-1/+1
2011-10-20ip_gre: dont increase dev->needed_headroom on a live deviceGravatar Eric Dumazet 1-2/+0
2011-07-17net: Abstract dst->neighbour accesses behind helpers.Gravatar David S. Miller 1-1/+1
2011-05-05net: call dev_alloc_name from register_netdeviceGravatar Jiri Pirko 1-5/+0
2011-05-04ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.Gravatar David S. Miller 1-16/+21
2011-04-22inet: constify ip headers and in6_addrGravatar Eric Dumazet 1-14/+14
2011-03-12ipv4: Create and use route lookup helpers.Gravatar David S. Miller 1-32/+17
2011-03-10Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-1/+1
2011-03-10net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesGravatar Vasiliy Kulikov 1-1/+1
2011-03-02ipv4: Make output route lookup return rtable directly.Gravatar David S. Miller 1-5/+6
2011-02-11ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitGravatar Steffen Klassert 1-0/+1
2010-12-12ipv4: Don't pre-seed hoplimit metric.Gravatar David S. Miller 1-1/+1
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.Gravatar David S. Miller 1-1/+1
2010-12-09net: Abstract away all dst_entry metrics accesses.Gravatar David S. Miller 1-1/+1
2010-12-01gre: add module alias for gre0 tunnel deviceGravatar stephen hemminger 1-0/+1
2010-12-01gre: minor cleanupsGravatar stephen hemminger 1-2/+2
2010-11-17net: use the macros defined for the members of flowiGravatar Changli Gao 1-22/+9
2010-11-15xfrm: use gre key as flow upper protocol infoGravatar Timo Teräs 1-5/+7
2010-11-11ipv4: Make rt->fl.iif tests lest obscure.Gravatar David S. Miller 1-1/+1
2010-10-30ip_gre: fix fallback tunnel setupGravatar Eric Dumazet 1-3/+3
2010-10-27tunnels: Fix tunnels change rcu protectionGravatar Pavel Emelyanov 1-0/+1
2010-10-19inet: RCU changes in inetdev_by_index()Gravatar Eric Dumazet 1-3/+1
2010-10-05net: add a core netdev->rx_dropped counterGravatar Eric Dumazet 1-2/+1
2010-09-29ip_gre: comments changeGravatar Eric Dumazet 1-4/+4
2010-09-29ip_gre: lockless xmitGravatar Eric Dumazet 1-0/+4
2010-09-27ip_gre: percpu stats accountingGravatar Eric Dumazet 1-39/+104
2010-09-27Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-4/+4
2010-09-23net: return operator cleanupGravatar Eric Dumazet 1-1/+1
2010-09-20net: rx_dropped accountingGravatar Eric Dumazet 1-2/+4
2010-09-20ip_gre: CONFIG_IPV6_MODULE supportGravatar Eric Dumazet 1-4/+4
2010-09-15gre: get rid of ipgre_lockGravatar Eric Dumazet 1-29/+32
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Gravatar Dmitry Kozlov 1-7/+7
2010-07-08gre: propagate ipv6 transport classGravatar Stephen Hemminger 1-0/+2
2010-06-10net-next: remove useless union keywordGravatar Changli Gao 1-7/+7
2010-05-17net: Remove unnecessary returns from void function()sGravatar Joe Perches 1-1/+0
2010-05-17net: Introduce skb_tunnel_rx() helperGravatar Eric Dumazet 1-8/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1