summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_tunnel_core.c
Commit message (Expand)AuthorAgeFilesLines
* ipv4: add a sock pointer to dst->output() path.Eric Dumazet2014-04-151-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-291-0/+1
|\
| * ip_tunnel: Fix dst ref-count.Pravin B Shelar2014-03-261-0/+1
* | net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman2014-03-141-2/+2
|/
* ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long2014-03-031-1/+0
* ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller2014-02-201-0/+46
* net: Add utility functions to clear rxhashTom Herbert2013-12-171-3/+2
* ipv4: generalize gre_handle_offloadsEric Dumazet2013-10-191-0/+33
* ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert2013-10-011-1/+1
* tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel2013-09-041-4/+3
* iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel2013-09-041-2/+1
* ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar2013-08-131-3/+1
* ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar2013-06-191-0/+34
* ip_tunnels: extend iptunnel_xmit()Pravin B Shelar2013-06-191-0/+88