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-10-12
ipv4: Pass struct net into ip_defrag and ip_check_defrag
Eric W. Biederman
3
-10
/
+11
2015-10-12
ipv4: Only compute net once in ip_call_ra_chain
Eric W. Biederman
1
-1
/
+2
2015-10-12
ipv4/icmp: redirect messages can use the ingress daddr as source
Paolo Abeni
2
-1
/
+15
2015-10-12
net: shrink struct sock and request_sock by 8 bytes
Eric Dumazet
5
-14
/
+14
2015-10-12
net: SO_INCOMING_CPU setsockopt() support
Eric Dumazet
2
-1
/
+7
2015-10-12
tcp: change type of alive from int to bool
Richard Sailer
1
-3
/
+3
2015-10-11
tcp: fix RFS vs lockless listeners
Eric Dumazet
2
-0
/
+2
2015-10-08
net: Do not drop to make_route if oif is l3mdev
David Ahern
1
-1
/
+2
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
3
-9
/
+5
2015-10-08
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
6
-11
/
+10
2015-10-08
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
Eric W. Biederman
1
-3
/
+2
2015-10-08
ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit
Eric W. Biederman
1
-4
/
+6
2015-10-08
ipv4: Cache net in iptunnel_xmit
Eric W. Biederman
1
-2
/
+2
2015-10-08
ipv4: Merge ip_local_out and ip_local_out_sk
Eric W. Biederman
6
-11
/
+11
2015-10-08
ipv4: Merge __ip_local_out and __ip_local_out_sk
Eric W. Biederman
3
-9
/
+4
2015-10-08
dst: Pass a sk into .local_out
Eric W. Biederman
3
-3
/
+3
2015-10-08
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
6
-8
/
+9
2015-10-08
ipv4: Fix ip_queue_xmit to pass sk into ip_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-08
ipv4: Fix ip_local_out_sk by passing the sk into __ip_local_out_sk
Eric W. Biederman
1
-1
/
+1
2015-10-07
tcp: ensure prior synack rtx behavior with small backlogs
Eric Dumazet
1
-1
/
+1
2015-10-07
net: ipv4: tcp.c Fixed an assignment coding style issue
Yuvaraja Mariappan
1
-8
/
+16
2015-10-07
net: Lookup actual route when oif is VRF device
David Ahern
1
-0
/
+3
2015-10-07
net: Add l3mdev saddr lookup to raw_sendmsg
David Ahern
1
-2
/
+6
2015-10-07
net: Add source address lookup op for VRF
David Ahern
1
-19
/
+3
2015-10-07
net: Refactor path selection in __ip_route_output_key_hash
David Ahern
2
-15
/
+22
2015-10-07
net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
David Ahern
1
-1
/
+1
2015-10-05
ipv4: Fix compilation errors in fib_rebalance
Peter Nørlund
1
-2
/
+2
2015-10-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...
David S. Miller
1
-24
/
+20
2015-10-05
ipv4: ICMP packet inspection for multipath
Peter Nørlund
2
-8
/
+70
2015-10-05
ipv4: L3 hash-based multipath
Peter Nørlund
2
-69
/
+87
2015-10-05
tcp: avoid two atomic ops for syncookies
Eric Dumazet
2
-4
/
+6
2015-10-05
tcp: fix fastopen races vs lockless listener
Eric Dumazet
2
-20
/
+12
2015-10-03
tcp: do not lock listener to process SYN packets
Eric Dumazet
1
-2
/
+9
2015-10-03
tcp/dccp: add a reschedule point in inet_csk_listen_stop()
Eric Dumazet
1
-0
/
+1
2015-10-03
tcp: remove max_qlen_log
Eric Dumazet
1
-2
/
+2
2015-10-03
tcp/dccp: remove struct listen_sock
Eric Dumazet
1
-10
/
+4
2015-10-03
tcp: attach SYNACK messages to request sockets instead of listener
Eric Dumazet
5
-23
/
+33
2015-10-03
tcp/dccp: install syn_recv requests into ehash table
Eric Dumazet
6
-257
/
+79
2015-10-03
tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument
Eric Dumazet
1
-1
/
+1
2015-10-03
tcp: get_openreq[46]() changes
Eric Dumazet
1
-4
/
+4
2015-10-03
tcp: remove BUG_ON() in tcp_check_req()
Eric Dumazet
1
-2
/
+0
2015-10-03
tcp: cleanup tcp_v[46]_inbound_md5_hash()
Eric Dumazet
1
-10
/
+6
2015-10-03
tcp: call sk_mark_napi_id() on the child, not the listener
Eric Dumazet
1
-1
/
+1
2015-10-03
tcp: move synflood_warned into struct request_sock_queue
Eric Dumazet
1
-4
/
+3
2015-10-03
tcp: move qlen/young out of struct listen_sock
Eric Dumazet
2
-4
/
+4
2015-10-03
tcp: add a spinlock to protect struct request_sock_queue
Eric Dumazet
1
-14
/
+7
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+2
2015-09-30
ipv4: Pass struct net through ip_fragment
Eric W. Biederman
1
-24
/
+20
2015-09-29
net: Initialize flow flags in input path
David Ahern
2
-0
/
+2
2015-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
8
-19
/
+22
[next]