summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: Remove unnecessary returns from void function()sJoe Perches2010-05-171-1/+0
* net: Introduce skb_tunnel_rx() helperEric Dumazet2010-05-171-8/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* ip_gre: include route header_len in max_headroom calculationTimo Teräs2010-03-211-1/+3
* gre: fix hard header destination address checkingTimo Teräs2010-03-041-5/+2
* ipv6: drop unused "dev" arg of icmpv6_send()Alexey Dobriyan2010-02-181-1/+1
* gre: fix netns vs proto registration orderingAlexey Dobriyan2010-02-161-9/+10
* net: spread __net_init, __net_exitAlexey Dobriyan2010-01-171-2/+2
* net: Simplify ip_gre pernet operations.Eric W. Biederman2009-12-011-18/+6
* netns: net_identifiers should be read_mostlyEric Dumazet2009-11-181-1/+1
* net: Support specifying the network namespace upon device creation.Eric W. Biederman2009-11-081-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-061-12/+16
|\
| * gre: Fix dev_addr clobbering for gretapHerbert Xu2009-10-301-12/+16
* | gre: Optimize multiple unregistrationEric Dumazet2009-10-281-5/+10
* | gre: convert hash tables locking to RCUEric Dumazet2009-10-241-17/+23
* | tunnels: Optimize tx pathEric Dumazet2009-10-051-2/+3
|/
* tunnel: eliminate recursion fieldEric Dumazet2009-09-241-12/+1
* net: constify struct net_protocolAlexey Dobriyan2009-09-141-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-09-021-1/+1
|\
| * gre: Fix MTU calculation for bound GRE tunnelsTom Goff2009-08-141-1/+1
* | netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-011-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-161-2/+2
|\ \ | |/
| * gre: fix ToS/DiffServ inherit bugAndreas Jaggi2009-07-141-2/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-051-3/+3
|/
* net: skb->dst accessorsEric Dumazet2009-06-031-12/+11
* net: skb->rtable accessorEric Dumazet2009-06-031-2/+2
* net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()Eric Dumazet2009-05-291-0/+1
* gre: used time_before for comparing jiffiesWei Yongjun2009-02-241-2/+3
* gre: optimize hash lookupTimo Teras2009-01-261-29/+40
* gre: strict physical device bindingTimo Teras2009-01-211-40/+88
* net: fix tunnels in netns after ndo_ changesAlexey Dobriyan2008-11-231-1/+1
* ipgre: convert to netdevice_opsStephen Hemminger2008-11-201-16/+26
* net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.cJianjun Kong2008-11-031-7/+7
* gre: Initialise rtnl_link tunnel parameters properlyHerbert Xu2008-10-111-1/+1
* gre: minor cleanups in netlink interfacePatrick McHardy2008-10-101-8/+8
* gre: fix copy and paste errorPatrick McHardy2008-10-101-2/+2
* inet: Make tunnel RX/TX byte counters more consistentHerbert Xu2008-10-091-2/+5
OpenPOWER on IntegriCloud