summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: fix checkpatch errorsDaniel Baluta2012-04-151-10/+10
* tunnel: implement 64 bits statisticsstephen hemminger2012-04-141-19/+40
* ipv4: Stop using NLA_PUT*().David S. Miller2012-04-021-11/+12
* net: ipv4: Standardize prefixes for message loggingJoe Perches2012-03-121-0/+2
* net: Convert printks to pr_<level>Joe Perches2012-03-111-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-261-5/+5
|\
| * gre: fix spelling in commentsstephen hemminger2012-02-241-5/+5
* | net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka2012-02-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-041-0/+4
|\|
| * ipv6: Fix ip_gre lockless xmits.Willem de Bruijn2012-01-261-0/+4
* | ipv4: ip_gre: Convert to dst_neigh_lookup()David S. Miller2012-01-271-3/+10
* | ip_gre: Fix bug added to ipgre_tunnel_xmit().David S. Miller2012-01-241-1/+3
* | ipv4: Remove bogus checks of rt_gateway being zero.David S. Miller2012-01-241-5/+3
|/
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-4/+4
* net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller2011-12-051-1/+1
* ip_gre: Set needed_headroom dynamically againHerbert Xu2011-11-181-0/+2
* net: better pcpu data alignmentEric Dumazet2011-11-081-1/+1
* ip_gre: dont increase dev->needed_headroom on a live deviceEric Dumazet2011-10-201-2/+0
* net: Abstract dst->neighbour accesses behind helpers.David S. Miller2011-07-171-1/+1
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-5/+0
* ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.David S. Miller2011-05-041-16/+21
* inet: constify ip headers and in6_addrEric Dumazet2011-04-221-14/+14
* ipv4: Create and use route lookup helpers.David S. Miller2011-03-121-32/+17
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-03-101-1/+1
|\
| * net: don't allow CAP_NET_ADMIN to load non-netdev kernel modulesVasiliy Kulikov2011-03-101-1/+1
* | ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-021-5/+6
|/
* ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmitSteffen Klassert2011-02-111-0/+1
* ipv4: Don't pre-seed hoplimit metric.David S. Miller2010-12-121-1/+1
* net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller2010-12-121-1/+1
* net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-091-1/+1
* gre: add module alias for gre0 tunnel devicestephen hemminger2010-12-011-0/+1
* gre: minor cleanupsstephen hemminger2010-12-011-2/+2
* net: use the macros defined for the members of flowiChangli Gao2010-11-171-22/+9
* xfrm: use gre key as flow upper protocol infoTimo Teräs2010-11-151-5/+7
* ipv4: Make rt->fl.iif tests lest obscure.David S. Miller2010-11-111-1/+1
* ip_gre: fix fallback tunnel setupEric Dumazet2010-10-301-3/+3
* tunnels: Fix tunnels change rcu protectionPavel Emelyanov2010-10-271-0/+1
* inet: RCU changes in inetdev_by_index()Eric Dumazet2010-10-191-3/+1
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-2/+1
* ip_gre: comments changeEric Dumazet2010-09-291-4/+4
* ip_gre: lockless xmitEric Dumazet2010-09-291-0/+4
* ip_gre: percpu stats accountingEric Dumazet2010-09-271-39/+104
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-09-271-4/+4
|\
| * ip_gre: CONFIG_IPV6_MODULE supportEric Dumazet2010-09-201-4/+4
* | net: return operator cleanupEric Dumazet2010-09-231-1/+1
* | net: rx_dropped accountingEric Dumazet2010-09-201-2/+4
* | gre: get rid of ipgre_lockEric Dumazet2010-09-151-29/+32
* | PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov2010-08-211-7/+7
|/
* gre: propagate ipv6 transport classStephen Hemminger2010-07-081-0/+2
* net-next: remove useless union keywordChangli Gao2010-06-101-7/+7