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
2015-08-25
ah4: Fix error return in ah_input().
David S. Miller
1
-1
/
+3
2015-08-25
tcp: refine pacing rate determination
Eric Dumazet
2
-1
/
+36
2015-08-25
xfrm: Use VRF master index if output device is enslaved
David Ahern
1
-2
/
+5
2015-08-25
tcp: fix slow start after idle vs TSO/GSO
Eric Dumazet
3
-8
/
+9
2015-08-24
lwt: Add cfg argument to build_state
Tom Herbert
2
-7
/
+12
2015-08-23
fou: Do WARN_ON_ONCE in gue_gro_receive for bad proto callbacks
Tom Herbert
1
-1
/
+1
2015-08-23
gro: Fix remcsum offload to deal with frags in GRO
Tom Herbert
1
-16
/
+12
2015-08-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-23
/
+24
2015-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
7
-9
/
+259
2015-08-21
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
24
-405
/
+720
2015-08-20
ipv6: route: per route IP tunnel metadata via lightweight tunnel
Jiri Benc
1
-0
/
+102
2015-08-20
route: move lwtunnel state to dst_entry
Jiri Benc
2
-14
/
+8
2015-08-20
ip_tunnels: use tos and ttl fields also for IPv6
Jiri Benc
2
-8
/
+8
2015-08-20
ip_tunnels: add IPv6 addresses to ip_tunnel_key
Jiri Benc
2
-9
/
+9
2015-08-20
net: Fix nexthop lookups
David Ahern
1
-1
/
+8
2015-08-20
ipv4: Make fib_encap_match static
Ying Xue
1
-3
/
+3
2015-08-19
vrf: vrf_master_ifindex_rcu is not always called with rcu read lock
Nikolay Aleksandrov
1
-2
/
+2
2015-08-18
lwtunnel: ip tunnel: fix multiple routes with different encap
Jiri Benc
1
-0
/
+7
2015-08-18
lwtunnel: fix memory leak
Jiri Benc
1
-4
/
+6
2015-08-17
net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool
Tom Herbert
3
-4
/
+4
2015-08-17
lwt: Add support to redirect dst.input
Tom Herbert
1
-1
/
+7
2015-08-18
netfilter: nf_conntrack: add efficient mark to zone mapping
Daniel Borkmann
1
-1
/
+2
2015-08-18
netfilter: nf_conntrack: add direction support for zones
Daniel Borkmann
1
-2
/
+6
2015-08-17
inet: Move VRF table lookup to inlined function
David Ahern
1
-9
/
+1
2015-08-17
lwtunnel: rename ip lwtunnel attributes
Jiri Benc
1
-43
/
+43
2015-08-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-5
/
+6
2015-08-17
Revert "net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN"
Calvin Owens
1
-6
/
+4
2015-08-16
ipv4: fix refcount leak in fib_check_nh()
Eric Dumazet
1
-1
/
+2
2015-08-13
inet: fix potential deadlock in reqsk_queue_unlink()
Eric Dumazet
1
-1
/
+1
2015-08-13
net: frags: Add VRF device index to cache and lookup
David Ahern
1
-5
/
+13
2015-08-13
net: Use VRF index for oif in ip_send_unicast_reply
David Ahern
1
-1
/
+6
2015-08-13
net: Use passed in table for nexthop lookups
David Ahern
1
-2
/
+11
2015-08-13
net: Add routes to the table associated with the device
David Ahern
2
-10
/
+23
2015-08-13
net: Fix up inet_addr_type checks
David Ahern
5
-14
/
+50
2015-08-13
net: Add inet_addr lookup by table
David Ahern
1
-7
/
+15
2015-08-13
udp: Handle VRF device in sendmsg
David Ahern
1
-1
/
+21
2015-08-13
net: Use VRF device index for lookups on TX
David Ahern
3
-2
/
+14
2015-08-13
net: Use VRF device index for lookups on RX
David Ahern
2
-2
/
+9
2015-08-13
ipv4: off-by-one in continuation handling in /proc/net/route
Andy Whitcroft
1
-1
/
+1
2015-08-13
net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
Linus Lüssing
1
-15
/
+18
2015-08-13
tcp: TLP retransmits last if failed to send new packet
Yuchung Cheng
1
-16
/
+22
2015-08-13
tcp: don't extend RTO on failed loss probe attempts
Yuchung Cheng
1
-7
/
+6
2015-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-6
/
+14
2015-08-12
net: ipv4: increase dhcp inter device timeout
Mugunthan V N
1
-1
/
+1
2015-08-11
xfrm: Add oif to dst lookups
David Ahern
1
-5
/
+6
2015-08-11
netfilter: nf_conntrack: push zone object into functions
Daniel Borkmann
3
-8
/
+8
2015-08-10
inet: fix possible request socket leak
Eric Dumazet
1
-1
/
+1
2015-08-10
inet: fix races with reqsk timers
Eric Dumazet
1
-1
/
+1
2015-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-1
/
+2
2015-08-10
gre: Remove support for sharing GRE protocol hook.
Pravin B Shelar
2
-216
/
+200
[next]