index
:
litmus-rt.git
archive/unc-master-3.0
archived-2013.1
archived-private-master
archived-semi-part
demo
ecrts-pgm-final
ecrts14-pgm-final
gpusync-rtss12
gpusync/staging
linux-tip
litmus2008-patch-series
master
pgm
prop/litmus-signals
prop/robust-tie-break
staging
test
tracing-devel
v2.6.34-with-arm-patches
v2015.1
wip-2011.2-bbb
wip-2011.2-bbb-trace
wip-2012.3-gpu
wip-2012.3-gpu-preport
wip-2012.3-gpu-rtss13
wip-2012.3-gpu-sobliv-budget-w-kshark
wip-aedzl-final
wip-aedzl-revised
wip-arbit-deadline
wip-aux-tasks
wip-bbb
wip-bbb-prio-don
wip-better-break
wip-binary-heap
wip-budget
wip-color
wip-color-jlh
wip-d10-hz1000
wip-default-clustering
wip-dissipation-jerickso
wip-dissipation2-jerickso
wip-ecrts14-pgm
wip-edf-hsb
wip-edf-os
wip-edf-tie-break
wip-edzl-critique
wip-edzl-final
wip-edzl-revised
wip-events
wip-extra-debug
wip-fix-switch-jerickso
wip-fix3
wip-fmlp-dequeue
wip-ft-irq-flag
wip-gpu-cleanup
wip-gpu-interrupts
wip-gpu-rtas12
wip-gpu-rtss12
wip-gpu-rtss12-srp
wip-gpusync-merge
wip-ikglp
wip-k-fmlp
wip-kernel-coloring
wip-kernthreads
wip-klmirqd-to-aux
wip-kshark
wip-litmus-3.2
wip-litmus2011.2
wip-litmus3.0-2011.2
wip-master-2.6.33-rt
wip-mc
wip-mc-bipasa
wip-mc-jerickso
wip-mc2-cache-slack
wip-mcrit-mac
wip-merge-3.0
wip-merge-v3.0
wip-migration-affinity
wip-mmap-uncache
wip-modechange
wip-nested-locking
wip-omlp-gedf
wip-pai
wip-percore-lib
wip-performance
wip-pgm
wip-pgm-split
wip-pm-ovd
wip-prio-inh
wip-prioq-dgl
wip-refactored-gedf
wip-release-master-fix
wip-robust-tie-break
wip-rt-kshark
wip-rtas12-pgm
wip-semi-part
wip-semi-part-edfos-jerickso
wip-shared-lib
wip-shared-lib2
wip-shared-mem
wip-splitting-jerickso
wip-splitting-omlp-jerickso
wip-stage-binheap
wip-sun-port
wip-timer-trace
wip-tracepoints
The LITMUS^RT kernel.
Bjoern Brandenburg
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
/
ip_gre.c
Commit message (
Expand
)
Author
Age
*
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
*
net: skb->dst accessors
Eric Dumazet
2009-06-03
*
net: skb->rtable accessor
Eric Dumazet
2009-06-03
*
net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup()
Eric Dumazet
2009-05-29
*
gre: used time_before for comparing jiffies
Wei Yongjun
2009-02-25
*
gre: optimize hash lookup
Timo Teras
2009-01-26
*
gre: strict physical device binding
Timo Teras
2009-01-21
*
net: fix tunnels in netns after ndo_ changes
Alexey Dobriyan
2008-11-23
*
ipgre: convert to netdevice_ops
Stephen Hemminger
2008-11-20
*
net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c
Jianjun Kong
2008-11-03
*
gre: Initialise rtnl_link tunnel parameters properly
Herbert Xu
2008-10-11
*
gre: minor cleanups in netlink interface
Patrick McHardy
2008-10-10
*
gre: fix copy and paste error
Patrick McHardy
2008-10-10
*
inet: Make tunnel RX/TX byte counters more consistent
Herbert Xu
2008-10-09
*
gre: Add Transparent Ethernet Bridging
Herbert Xu
2008-10-09
*
gre: Add netlink interface
Herbert Xu
2008-10-09
*
gre: Move MTU setting out of ipgre_tunnel_bind_dev
Herbert Xu
2008-10-09
*
gre: Use needed_headroom
Herbert Xu
2008-10-09
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-05-26
|
\
|
*
net: The world is not perfect patch.
Rami Rosen
2008-05-21
*
|
ipgre: Use on-device stats instead of private ones.
Pavel Emelyanov
2008-05-21
|
/
*
[GRE]: Allow for IPPROTO_GRE protocol in namespaces.
Pavel Emelyanov
2008-04-16
*
[GRE]: Allow to create IPGRE tunnels in net namespaces.
Pavel Emelyanov
2008-04-16
*
[GRE]: Use proper net in routing calls.
Pavel Emelyanov
2008-04-16
*
[GRE]: Make tunnels hashes per-net.
Pavel Emelyanov
2008-04-16
*
[GRE]: Make the fallback tunnel device per-net.
Pavel Emelyanov
2008-04-16
*
[GRE]: Use proper net in hash-lookup functions.
Pavel Emelyanov
2008-04-16
*
[GRE]: Add net/gre_net argument to some functions.
Pavel Emelyanov
2008-04-16
*
[GRE]: Introduce empty ipgre_net structure and net init/exit ops.
Pavel Emelyanov
2008-04-16
*
[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-25
*
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
Eric Dumazet
2008-03-05
*
[INET]: Don't create tunnels with '%' in name.
Pavel Emelyanov
2008-02-27
*
[IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.
Pavel Emelyanov
2008-02-23
*
[NETNS]: Add namespace parameter to ip_route_output_key.
Denis V. Lunev
2008-01-28
*
[NETNS]: Add netns parameter to inetdev_by_index.
Denis V. Lunev
2008-01-28
*
[IPV4] net/ipv4: Use ipv4_is_<type>
Joe Perches
2008-01-28
*
[IP_GRE]: Rebinding of GRE tunnels to other interfaces
Michal Schmidt
2008-01-28
*
[IPV4] ip_gre: set mac_header correctly in receive path
Timo Teras
2007-12-20
*
[NET]: Treat the sign of the result of skb_headroom() consistently
Chuck Lever
2007-10-24
*
[IPV4] ip_gre: sendto/recvfrom NBMA address
Timo Teras
2007-10-24
*
[NET]: Move hardware header operations out of netdevice.
Stephen Hemminger
2007-10-10
*
[NET]: Nuke SET_MODULE_OWNER macro.
Ralf Baechle
2007-10-10
*
[NET]: Make the device list and device lookups per namespace.
Eric W. Biederman
2007-10-10
*
[NET]: Avoid copying writable clones in tunnel drivers
Patrick McHardy
2007-07-11
*
[IPV4] IP_GRE: Unify code path to get hash array index.
YOSHIFUJI Hideaki
2007-04-26
*
[SK_BUFF]: unions of just one member don't get anything done, kill them
Arnaldo Carvalho de Melo
2007-04-26
*
[SK_BUFF]: Introduce skb_transport_header(skb)
Arnaldo Carvalho de Melo
2007-04-26
*
[SK_BUFF]: Introduce icmp_hdr(), remove skb->h.icmph
Arnaldo Carvalho de Melo
2007-04-26
*
[SK_BUFF]: Introduce ipv6_hdr(), remove skb->nh.ipv6h
Arnaldo Carvalho de Melo
2007-04-26
*
[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph
Arnaldo Carvalho de Melo
2007-04-26
[next]