index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fib_rules: add route suppression based on ifgroup
Stefan Tomanek
2013-08-03
1
-6
/
+17
*
fib_rules: add .suppress operation
Stefan Tomanek
2013-08-01
1
-0
/
+14
*
net: split rt_genid for ipv4 and ipv6
fan.du
2013-07-31
1
-8
/
+8
*
tcp: Remove unused tcpct declarations and comments
Dmitry Popov
2013-07-31
1
-4
/
+0
*
net: remove an unneeded check
Dan Carpenter
2013-07-31
1
-4
/
+1
*
tcp: add tcp_syncookies mode to allow unconditionally generation of syncookies
Hannes Frederic Sowa
2013-07-31
1
-2
/
+3
*
ipv4, ipv6: send igmpv3/mld packets with TC_PRIO_CONTROL
Hannes Frederic Sowa
2013-07-28
1
-0
/
+3
*
pktgen: Add UDPCSUM flag to support UDP checksums
Thomas Graf
2013-07-28
1
-1
/
+2
*
tcp: TCP_NOTSENT_LOWAT socket option
Eric Dumazet
2013-07-25
4
-0
/
+18
*
net: add sk_stream_is_writeable() helper
Eric Dumazet
2013-07-25
1
-2
/
+2
*
vti: switch to new ip tunnel code
Amerigo Wang
2013-07-24
1
-476
/
+52
*
ipmr: change the prototype of ip_mr_forward().
Rami Rosen
2013-07-24
1
-8
/
+7
*
net: convert resend IGMP to notifier event
Jiri Pirko
2013-07-24
1
-6
/
+40
*
tcp: use RTT from SACK for RTO
Yuchung Cheng
2013-07-23
1
-9
/
+14
*
tcp: measure RTT from new SACK
Yuchung Cheng
2013-07-23
1
-6
/
+17
*
tcp: prefer packet timing to TS-ECR for RTT
Yuchung Cheng
2013-07-23
1
-49
/
+18
*
tcp: consolidate SYNACK RTT sampling
Yuchung Cheng
2013-07-23
3
-10
/
+14
*
ipv4: set transport header earlier
Eric Dumazet
2013-07-16
1
-4
/
+3
*
tcp: account all retransmit failures
Yuchung Cheng
2013-07-13
1
-3
/
+4
*
gre: Fix MTU sizing check for gretap tunnels
Alexander Duyck
2013-07-12
1
-1
/
+1
*
gso: Update tunnel segmentation to support Tx checksum offload
Alexander Duyck
2013-07-11
2
-1
/
+6
*
inet: fix spacing in assignment
Camelia Groza
2013-07-11
1
-1
/
+1
*
net: rename ll methods to busy-poll
Eliezer Tamir
2013-07-11
2
-2
/
+2
*
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir
2013-07-11
3
-3
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-07-10
39
-1709
/
+2236
|
\
|
*
net: rename low latency sockets functions to busy poll
Eliezer Tamir
2013-07-09
1
-3
/
+3
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-07-03
3
-7
/
+11
|
|
\
|
*
|
net: gre: move GSO functions to gre_offload
Daniel Borkmann
2013-07-03
3
-103
/
+131
|
*
|
ip_tunnels: Use skb-len to PMTU check.
Pravin B Shelar
2013-07-03
1
-44
/
+55
|
*
|
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
2013-07-02
1
-1
/
+2
|
*
|
ipip: fix a regression in ioctl
Cong Wang
2013-07-02
1
-5
/
+7
|
*
|
vti: remove duplicated code to fix a memory leak
Cong Wang
2013-07-02
1
-7
/
+0
|
*
|
gre: fix a regression in ioctl
Cong Wang
2013-07-02
1
-4
/
+5
|
*
|
ipv4: use next hop exceptions also for input routes
Timo Teräs
2013-06-29
2
-16
/
+52
|
*
|
netlink: fix splat in skb_clone with large messages
Pablo Neira
2013-06-28
1
-1
/
+1
|
*
|
sit: add support of x-netns
Nicolas Dichtel
2013-06-28
1
-1
/
+9
|
*
|
sit: fix 4in4 + IPsec scenario
Nicolas Dichtel
2013-06-26
1
-1
/
+1
|
*
|
inet: frag , remove an empty ifdef.
Rami Rosen
2013-06-20
1
-2
/
+0
|
*
|
tcp: introduce a per-route knob for quick ack
Cong Wang
2013-06-20
2
-3
/
+8
|
*
|
tcp:typo unset should be unsent
Weiping Pan
2013-06-20
1
-1
/
+1
|
*
|
ip_tunnel: push generic protocol handling to ip_tunnel module.
Pravin B Shelar
2013-06-20
4
-26
/
+47
|
*
|
ip_tunnels: extend iptunnel_xmit()
Pravin B Shelar
2013-06-20
3
-30
/
+98
|
*
|
gre: export gre_handle_offloads() function.
Pravin B Shelar
2013-06-20
2
-32
/
+31
|
*
|
gre: export gre_build_header() function.
Pravin B Shelar
2013-06-20
2
-39
/
+33
|
*
|
gre: Allow multiple protocol listener for gre protocol.
Pravin B Shelar
2013-06-20
2
-151
/
+243
|
*
|
gre: Simplify gre protocol registration locking.
Pravin B Shelar
2013-06-20
1
-27
/
+13
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-06-20
2
-4
/
+3
|
|
\
\
|
*
|
|
tcp: properly send new data in fast recovery in first RTT
Yuchung Cheng
2013-06-13
2
-26
/
+20
|
*
|
|
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
2013-06-13
4
-21
/
+22
|
*
|
|
net: ping_check_bind_addr() etc. can be static
Wu Fengguang
2013-06-13
1
-4
/
+4
[next]