index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcp: add SYN/data info to TCP_INFO
Yuchung Cheng
2012-10-22
4
-0
/
+5
*
tcp: fix FIONREAD/SIOCINQ
Eric Dumazet
2012-10-18
1
-5
/
+3
*
ipv4: Fix flushing of cached routing informations
Steffen Klassert
2012-10-18
1
-3
/
+6
*
vti: fix sparse bit endian warnings
stephen hemminger
2012-10-12
1
-2
/
+2
*
tcp: resets are misrouted
Alexey Kuznetsov
2012-10-12
1
-3
/
+4
*
tcp: sysctl interface leaks 16 bytes of kernel memory
Alan Cox
2012-10-11
1
-0
/
+2
*
ipv4: fix route mark sparse warning
stephen hemminger
2012-10-10
1
-1
/
+1
*
ipv4: Add FLOWI_FLAG_KNOWN_NH
Julian Anastasov
2012-10-08
1
-4
/
+17
*
ipv4: introduce rt_uses_gateway
Julian Anastasov
2012-10-08
5
-27
/
+32
*
ipv4: make sure nh_pcpu_rth_output is always allocated
Julian Anastasov
2012-10-08
2
-3
/
+2
*
ipv4: fix forwarding for strict source routes
Julian Anastasov
2012-10-08
1
-1
/
+1
*
ipv4: fix sending of redirects
Julian Anastasov
2012-10-08
2
-15
/
+18
*
ipv4: Don't report stale pmtu values to userspace
Steffen Klassert
2012-10-08
1
-8
/
+11
*
ipv4: Don't create nh exeption when the device mtu is smaller than the report...
Steffen Klassert
2012-10-08
1
-0
/
+3
*
ipv4: Always invalidate or update the route on pmtu events
Steffen Klassert
2012-10-08
1
-11
/
+11
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2012-10-06
1
-0
/
+2
|
\
|
*
ipv4: add a fib_type to fib_info
Eric Dumazet
2012-10-04
1
-0
/
+2
*
|
sections: fix section conflicts in net
Andi Kleen
2012-10-06
2
-2
/
+2
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2012-10-02
63
-4121
/
+2021
|
\
|
*
igmp: export symbol ip_mc_leave_group
stephen hemminger
2012-10-01
1
-0
/
+1
|
*
gre: fix sparse warning
stephen hemminger
2012-10-01
1
-2
/
+2
|
*
ipv4: gre: add GRO capability
Eric Dumazet
2012-10-01
1
-2
/
+11
|
*
tcp: gro: add checksuming helpers
Eric Dumazet
2012-10-01
1
-3
/
+16
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-28
6
-24
/
+36
|
|
\
|
*
|
tcp: Remove unused parameter from tcp_v4_save_options
Christoph Paasch
2012-09-27
1
-3
/
+2
|
*
|
tunnel: drop packet if ECN present with not-ECT
stephen hemminger
2012-09-27
2
-33
/
+47
|
*
|
xfrm: remove extranous rcu_read_lock
stephen hemminger
2012-09-27
2
-13
/
+1
|
*
|
gre: remove unnecessary rcu_read_lock/unlock
stephen hemminger
2012-09-27
1
-14
/
+7
|
*
|
gre: fix handling of key 0
stephen hemminger
2012-09-27
1
-10
/
+34
|
*
|
ipconfig: fix trivial build error
Andy Shevchenko
2012-09-25
1
-11
/
+11
|
*
|
net: raw: revert unrelated change
Eric Dumazet
2012-09-25
1
-12
/
+7
|
*
|
net: use a per task frag allocator
Eric Dumazet
2012-09-24
4
-114
/
+62
|
*
|
Merge branch 'master' of git://1984.lsi.us.es/nf-next
David S. Miller
2012-09-24
4
-229
/
+10
|
|
\
\
|
|
*
|
netfilter: combine ipt_REDIRECT and ip6t_REDIRECT
Jan Engelhardt
2012-09-21
3
-121
/
+5
|
|
*
|
netfilter: combine ipt_NETMAP and ip6t_NETMAP
Jan Engelhardt
2012-09-21
3
-108
/
+5
|
*
|
|
tcp: TCP Fast Open Server - record retransmits after 3WHS
Neal Cardwell
2012-09-22
1
-0
/
+2
|
*
|
|
tcp: TCP Fast Open Server - call tcp_validate_incoming() for all packets
Neal Cardwell
2012-09-22
1
-1
/
+2
|
*
|
|
tcp: TCP Fast Open Server - note timestamps and retransmits for SYNACK RTT
Neal Cardwell
2012-09-22
1
-4
/
+6
|
*
|
|
tcp: TCP Fast Open Server - take SYNACK RTT after completing 3WHS
Neal Cardwell
2012-09-22
2
-3
/
+10
|
*
|
|
tcp: extract code to compute SYNACK RTT
Neal Cardwell
2012-09-22
1
-3
/
+1
|
*
|
|
ipconfig: add nameserver IPs to kernel-parameter ip=
Christoph Fritz
2012-09-21
1
-3
/
+36
|
|
/
/
|
*
|
tcp: Document use of undefined variable.
Alan Cox
2012-09-20
1
-0
/
+4
|
*
|
ipv4: Don't add TCP-code in inet_sock_destruct
Christoph Paasch
2012-09-20
2
-2
/
+7
|
*
|
ipv6: unify fragment thresh handling code
Amerigo Wang
2012-09-19
2
-5
/
+9
|
*
|
gre: add GSO support
Eric Dumazet
2012-09-19
1
-0
/
+12
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2012-09-15
1
-0
/
+5
|
|
\
\
|
*
|
|
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
2012-09-10
9
-53
/
+53
|
*
|
|
netlink: hide struct module parameter in netlink_kernel_create
Pablo Neira Ayuso
2012-09-08
2
-3
/
+2
|
*
|
|
net: rt_cache_flush() cleanup
Eric Dumazet
2012-09-07
1
-17
/
+2
|
*
|
|
ipv4/route: arg delay is useless in rt_cache_flush()
Nicolas Dichtel
2012-09-07
6
-34
/
+21
[next]