summaryrefslogtreecommitdiffstats
path: root/net/ipv4/ip_gre.c
Commit message (Expand)AuthorAgeFilesLines
...
* [NETNS]: Add netns parameter to inetdev_by_index.Denis V. Lunev2008-01-281-1/+2
* [IPV4] net/ipv4: Use ipv4_is_<type>Joe Perches2008-01-281-10/+13
* [IP_GRE]: Rebinding of GRE tunnels to other interfacesMichal Schmidt2008-01-281-42/+60
* [IPV4] ip_gre: set mac_header correctly in receive pathTimo Teras2007-12-201-1/+1
* [NET]: Treat the sign of the result of skb_headroom() consistentlyChuck Lever2007-10-231-1/+1
* [IPV4] ip_gre: sendto/recvfrom NBMA addressTimo Teras2007-10-231-1/+11
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-101-4/+9
* [NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle2007-10-101-1/+0
* [NET]: Make the device list and device lookups per namespace.Eric W. Biederman2007-10-101-2/+2
* [NET]: Avoid copying writable clones in tunnel driversPatrick McHardy2007-07-101-1/+2
* [IPV4] IP_GRE: Unify code path to get hash array index.YOSHIFUJI Hideaki2007-04-251-13/+10
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_transport_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmphArnaldo Carvalho de Melo2007-04-251-6/+6
* [SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6hArnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-251-5/+5
* [SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was b...Arnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Use skb_reset_network_header in skb_push casesArnaldo Carvalho de Melo2007-04-251-1/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0
* [NET] IPV4: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-8/+8
* [NET]: unregister_netdevice as voidStephen Hemminger2007-02-081-1/+2
* [NET]: Annotate callers of the reset of checksum.h stuff.Al Viro2006-12-021-1/+1
* [NET]: Annotate callers of csum_fold() in net/*Al Viro2006-12-021-2/+2
* [IPV4]: encapsulation annotationsAl Viro2006-12-021-26/+26
* [NET]: Use hton{l,s}() for non-initializers.YOSHIFUJI Hideaki2006-10-111-2/+2
* [IPV4]: ipip and ip_gre encapsulation bugsAl Viro2006-09-221-10/+13
* [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETEPatrick McHardy2006-09-221-2/+2
* [IPV4]: Get rid of redundant IPCB->opts initialisationHerbert Xu2006-07-211-1/+0
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [INET]: Use port unreachable instead of proto for tunnelsHerbert Xu2006-04-091-1/+1
* [XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy2006-02-151-1/+2
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy2006-01-091-18/+15
* [NETFILTER]: Fix xfrm lookup in ip_route_me_harder/ip6_route_me_harderPatrick McHardy2006-01-071-1/+1
* [IPV4]: reset IPCB flags when neccessaryPatrick McHardy2006-01-071-0/+1
* [NET]: Change 1500 to ETH_DATA_LEN in some filesKris Katterjohn2006-01-051-2/+3
* [GRE]: Fix hardware checksum modificationHerbert Xu2005-12-141-1/+1
* [IPV4]: make two functions staticAdrian Bunk2005-11-291-1/+1
* [NET]: Detect hardware rx checksum faults correctlyHerbert Xu2005-11-101-7/+8
* [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnlHerbert Xu2005-10-031-2/+2
* [NET]: fix oops after tunnel module unloadAlexey Kuznetsov2005-07-301-3/+18
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+1290