index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-09
netfilter: nf_conntrack: don't send destroy events from iterator
Florian Westphal
1
-1
/
+1
2013-07-24
tcp: TCP_NOTSENT_LOWAT socket option
Eric Dumazet
4
-0
/
+18
2013-07-24
net: add sk_stream_is_writeable() helper
Eric Dumazet
1
-2
/
+2
2013-07-23
vti: switch to new ip tunnel code
Amerigo Wang
1
-476
/
+52
2013-07-23
ipmr: change the prototype of ip_mr_forward().
Rami Rosen
1
-8
/
+7
2013-07-23
net: convert resend IGMP to notifier event
Jiri Pirko
1
-6
/
+40
2013-07-22
tcp: use RTT from SACK for RTO
Yuchung Cheng
1
-9
/
+14
2013-07-22
tcp: measure RTT from new SACK
Yuchung Cheng
1
-6
/
+17
2013-07-22
tcp: prefer packet timing to TS-ECR for RTT
Yuchung Cheng
1
-49
/
+18
2013-07-22
tcp: consolidate SYNACK RTT sampling
Yuchung Cheng
3
-10
/
+14
2013-07-16
ipv4: set transport header earlier
Eric Dumazet
1
-4
/
+3
2013-07-12
tcp: account all retransmit failures
Yuchung Cheng
1
-3
/
+4
2013-07-11
gre: Fix MTU sizing check for gretap tunnels
Alexander Duyck
1
-1
/
+1
2013-07-11
gso: Update tunnel segmentation to support Tx checksum offload
Alexander Duyck
2
-1
/
+6
2013-07-11
inet: fix spacing in assignment
Camelia Groza
1
-1
/
+1
2013-07-10
net: rename ll methods to busy-poll
Eliezer Tamir
2
-2
/
+2
2013-07-10
net: rename include/net/ll_poll.h to include/net/busy_poll.h
Eliezer Tamir
3
-3
/
+3
2013-07-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
39
-1709
/
+2236
2013-07-08
net: rename low latency sockets functions to busy poll
Eliezer Tamir
1
-3
/
+3
2013-07-03
mm: use totalram_pages instead of num_physpages at runtime
Jiang Liu
1
-1
/
+1
2013-07-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-7
/
+11
2013-07-03
net: gre: move GSO functions to gre_offload
Daniel Borkmann
3
-103
/
+131
2013-07-02
ip_tunnels: Use skb-len to PMTU check.
Pravin B Shelar
1
-44
/
+55
2013-07-02
ipv6: call udp_push_pending_frames when uncorking a socket with AF_INET pendi...
Hannes Frederic Sowa
1
-1
/
+2
2013-07-02
ipip: fix a regression in ioctl
Cong Wang
1
-5
/
+7
2013-07-01
vti: remove duplicated code to fix a memory leak
Cong Wang
1
-7
/
+0
2013-07-01
gre: fix a regression in ioctl
Cong Wang
1
-4
/
+5
2013-06-28
ipv4: use next hop exceptions also for input routes
Timo Teräs
2
-16
/
+52
2013-06-27
netlink: fix splat in skb_clone with large messages
Pablo Neira
1
-1
/
+1
2013-06-27
sit: add support of x-netns
Nicolas Dichtel
1
-1
/
+9
2013-06-26
sit: fix 4in4 + IPsec scenario
Nicolas Dichtel
1
-1
/
+1
2013-06-25
gre: fix a possible skb leak
Eric Dumazet
1
-1
/
+1
2013-06-24
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-4
/
+8
2013-06-24
netfilter: ipt_ULOG: fix incorrect setting of ulog timer
Gao feng
1
-4
/
+8
2013-06-19
inet: frag , remove an empty ifdef.
Rami Rosen
1
-2
/
+0
2013-06-19
tcp: introduce a per-route knob for quick ack
Cong Wang
2
-3
/
+8
2013-06-19
tcp:typo unset should be unsent
Weiping Pan
1
-1
/
+1
2013-06-19
ipv4: Fixed MD5 key lookups when adding/ removing MD5 to/ from TCP sockets.
Aydin Arik
1
-2
/
+2
2013-06-19
ip_tunnel: push generic protocol handling to ip_tunnel module.
Pravin B Shelar
4
-26
/
+47
2013-06-19
ip_tunnels: extend iptunnel_xmit()
Pravin B Shelar
3
-30
/
+98
2013-06-19
gre: export gre_handle_offloads() function.
Pravin B Shelar
2
-32
/
+31
2013-06-19
gre: export gre_build_header() function.
Pravin B Shelar
2
-39
/
+33
2013-06-19
gre: Allow multiple protocol listener for gre protocol.
Pravin B Shelar
2
-151
/
+243
2013-06-19
gre: Simplify gre protocol registration locking.
Pravin B Shelar
1
-27
/
+13
2013-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-4
/
+3
2013-06-13
ip_tunnel: remove __net_init/exit from exported functions
Eric Dumazet
1
-2
/
+2
2013-06-13
net/ipv4: ip_vti clear skb cb before tunneling.
Saurabh Mohan
1
-2
/
+1
2013-06-13
tcp: properly send new data in fast recovery in first RTT
Yuchung Cheng
2
-26
/
+20
2013-06-13
net: Convert uses of typedef ctl_table to struct ctl_table
Joe Perches
4
-21
/
+22
2013-06-13
net: ping_check_bind_addr() etc. can be static
Wu Fengguang
1
-4
/
+4
[next]