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
*
gre: don't allow to add the same tunnel twice
Nicolas Dichtel
2014-04-12
*
net: gre: use icmp_hdr() to get inner ip header
Duan Jiong
2014-01-27
*
ipv4: be friend with drop monitor
Eric Dumazet
2014-01-19
*
ip_gre: fix msg_name parsing for recvfrom/recvmsg
Timo Teräs
2013-12-18
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-16
|
\
|
*
ip_gre: fix ipgre_header to return correct offset
Timo Teräs
2013-08-09
*
|
ipip: add x-netns support
Nicolas Dichtel
2013-08-15
|
/
*
gre: fix a regression in ioctl
Cong Wang
2013-07-02
*
gre: export gre_handle_offloads() function.
Pravin B Shelar
2013-06-19
*
gre: export gre_build_header() function.
Pravin B Shelar
2013-06-19
*
gre: Allow multiple protocol listener for gre protocol.
Pravin B Shelar
2013-06-19
*
iptunnel: specify protocol outside IP header
Nicolas Dichtel
2013-05-31
*
ip_gre: fix a possible crash in ipgre_err()
Eric Dumazet
2013-05-20
*
net: ipv4: typo issue, remove erroneous semicolon
Chen Gang
2013-04-25
*
ip_gre: fix a possible crash in parse_gre_header()
Eric Dumazet
2013-04-08
*
ip_gre: don't overwrite iflink during net_dev init
Antonio Quartulli
2013-03-30
*
GRE: Refactor GRE tunneling code.
Pravin B Shelar
2013-03-26
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-03-20
|
\
|
*
Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP uncon...
Timo Teräs
2013-03-16
*
|
tunnel: use iptunnel_xmit() again
Cong Wang
2013-03-10
|
/
*
Revert "ip_gre: propogate target device GSO capability to the tunnel device"
Pravin B Shelar
2013-02-25
*
IP_GRE: Fix GRE_CSUM case.
Pravin B Shelar
2013-02-25
*
IP_GRE: Fix IP-Identification.
Pravin B Shelar
2013-02-25
*
ip_gre: remove an extra dst_release()
Eric Dumazet
2013-02-19
*
ip_gre: propogate target device GSO capability to the tunnel device
Dmitry Kravkov
2013-02-19
*
ip_gre: allow CSUM capable devices to handle packets
Dmitry Kravkov
2013-02-19
*
v4 GRE: Add TCP segmentation offload for GRE
Pravin B Shelar
2013-02-15
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-01-29
|
\
|
*
IP_GRE: Fix kernel panic in IP_GRE with GRE csum.
Pravin B Shelar
2013-01-28
*
|
ip_gre: When TOS is inherited, use configured TOS value for non-IP packets
David Ward
2013-01-29
*
|
net: fix possible wrong checksum generation
Eric Dumazet
2013-01-28
|
/
*
ipv4/ip_gre: set transport header correctly to gre header
Isaku Yamahata
2012-12-26
*
ip_gre: fix possible use after free
Eric Dumazet
2012-12-21
*
ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally
Isaku Yamahata
2012-12-21
*
net: Allow userns root to control ipv4
Eric W. Biederman
2012-11-18
*
net: unify for_each_ip_tunnel_rcu()
Amerigo Wang
2012-11-14
*
net: convert __IPTUNNEL_XMIT() to an inline function
Amerigo Wang
2012-11-14
*
gre: fix sparse warning
stephen hemminger
2012-10-01
*
ipv4: gre: add GRO capability
Eric Dumazet
2012-10-01
*
tunnel: drop packet if ECN present with not-ECT
stephen hemminger
2012-09-27
*
gre: remove unnecessary rcu_read_lock/unlock
stephen hemminger
2012-09-27
*
gre: fix handling of key 0
stephen hemminger
2012-09-27
*
gre: add GSO support
Eric Dumazet
2012-09-19
*
ipv4: Adjust semantics of rt->rt_gateway.
David S. Miller
2012-07-20
*
net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()
David S. Miller
2012-07-17
*
ipv4: Add redirect support to all protocol icmp error handlers.
David S. Miller
2012-07-12
*
ipv4: Handle PMTU in all ICMP error handlers.
David S. Miller
2012-06-15
*
ipv4: fix checkpatch errors
Daniel Baluta
2012-04-15
*
tunnel: implement 64 bits statistics
stephen hemminger
2012-04-14
*
ipv4: Stop using NLA_PUT*().
David S. Miller
2012-04-02
[next]