summaryrefslogtreecommitdiff
path: root/net/ipv4/ip_tunnel_core.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-18lwtunnel: rename ip lwtunnel attributesJiri Benc1-43/+43
2015-07-23ip_tunnel: Call ip_tunnel_core_init() from inet_init()Thomas Graf1-10/+1
2015-07-21fib: Add fib rule match on tunnel idThomas Graf1-0/+16
2015-07-21route: Per route IP tunnel metadata via lightweight tunnelThomas Graf1-0/+114
2015-05-15ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck1-16/+2
2015-05-06ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-04-08ipv4: ip_tunnel: use net namespace from rtable not socketHannes Frederic Sowa1-1/+2
2015-03-25ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa1-1/+1
2014-10-18ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing1-1/+2
2014-06-05net: Support for multiple checksums with gsoTom Herbert1-0/+8
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2014-04-15ipv4: add a sock pointer to dst->output() path.Eric Dumazet1-2/+2
2014-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2014-03-26ip_tunnel: Fix dst ref-count.Pravin B Shelar1-0/+1
2014-03-15net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman1-2/+2
2014-03-04ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long1-1/+0
2014-02-20ip_tunnel: Move ip_tunnel_get_stats64 into ip_tunnel_core.cDavid S. Miller1-0/+46
2013-12-18net: Add utility functions to clear rxhashTom Herbert1-3/+2
2013-10-20ipv4: generalize gre_handle_offloadsEric Dumazet1-0/+33
2013-10-01ip_tunnel_core: Change __skb_push back to skb_pushSteffen Klassert1-1/+1
2013-09-04tunnels: harmonize cleanup done on skb on xmit pathNicolas Dichtel1-4/+3
2013-09-04iptunnels: remove net arg from iptunnel_xmit()Nicolas Dichtel1-2/+1
2013-08-14ip_tunnel: Do not use inner ip-header-id for tunnel ip-header-id.Pravin B Shelar1-3/+1
2013-06-20ip_tunnel: push generic protocol handling to ip_tunnel module.Pravin B Shelar1-0/+34
2013-06-20ip_tunnels: extend iptunnel_xmit()Pravin B Shelar1-0/+88