index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
ipv4
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ipvlan should return an error when an address is already in use.
Krister Johansen
2017-06-09
1
-0
/
+33
*
net: ipmr: add getlink support
Nikolay Aleksandrov
2017-06-08
1
-0
/
+126
*
tcp: add TCPMemoryPressuresChrono counter
Eric Dumazet
2017-06-08
3
-6
/
+27
*
tcp: Namespaceify sysctl_tcp_timestamps
Eric Dumazet
2017-06-08
5
-19
/
+22
*
tcp: Namespaceify sysctl_tcp_window_scaling
Eric Dumazet
2017-06-08
5
-12
/
+12
*
tcp: Namespaceify sysctl_tcp_sack
Eric Dumazet
2017-06-08
5
-13
/
+14
*
tcp: add a struct net parameter to tcp_parse_options()
Eric Dumazet
2017-06-08
3
-10
/
+14
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-06-06
3
-3
/
+6
|
\
|
*
net: ping: do not abuse udp_poll()
Eric Dumazet
2017-06-04
1
-1
/
+1
|
*
tcp: disallow cwnd undo when switching congestion control
Yuchung Cheng
2017-06-02
1
-0
/
+1
|
*
tcp: reinitialize MTU probing when setting MSS in a TCP repair
Douglas Caetano dos Santos
2017-05-31
1
-2
/
+4
*
|
ipsec: check return value of skb_to_sgvec always
Jason A. Donenfeld
2017-06-04
2
-9
/
+19
*
|
neigh: Really delete an arp/neigh entry on "ip neigh delete" or "arp -d"
Sowmini Varadhan
2017-06-04
1
-0
/
+4
*
|
dccp: consistently use dccp_write_space()
Eric Dumazet
2017-06-04
1
-1
/
+0
*
|
tcp: remove unnecessary skb_reset_tail_pointer()
Eric Dumazet
2017-06-02
1
-4
/
+2
*
|
tcp: use TS opt on RTTs for congestion control
Yuchung Cheng
2017-06-02
1
-7
/
+8
*
|
ipv4: route: restore skb_dst_set in inet_rtm_getroute
Roopa Prabhu
2017-06-01
1
-3
/
+4
*
|
net: add extack arg to lwtunnel build state
David Ahern
2017-05-30
4
-15
/
+21
*
|
net: lwtunnel: Add extack to encap attr validation
David Ahern
2017-05-30
1
-2
/
+4
*
|
net: ipv4: Add extack message for invalid prefix or length
David Ahern
2017-05-30
2
-9
/
+15
*
|
net: ipv4: refactor key and length checks
David Ahern
2017-05-30
1
-10
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-05-26
5
-12
/
+29
|
\
|
|
*
ipv4: add reference counting to metrics
Eric Dumazet
2017-05-26
2
-8
/
+19
|
*
arp: fixed -Wuninitialized compiler warning
Ihar Hrachyshka
2017-05-25
1
-1
/
+1
|
*
tcp: avoid fastopen API to be used on AF_UNSPEC
Wei Wang
2017-05-25
1
-2
/
+5
|
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
2017-05-23
1
-1
/
+4
|
|
\
|
|
*
esp4: Fix udpencap for local TCP packets.
Steffen Klassert
2017-05-04
1
-1
/
+4
*
|
|
net: ipv4: RTM_GETROUTE: return matched fib result when requested
Roopa Prabhu
2017-05-26
1
-2
/
+11
*
|
|
net: ipv4: Save trie prefix to fib lookup result
David Ahern
2017-05-26
1
-0
/
+1
*
|
|
net: ipv4: Convert inet_rtm_getroute to rcu versions of route lookup
David Ahern
2017-05-26
1
-8
/
+13
*
|
|
net: ipv4: Remove event arg to rt_fill_info
David Ahern
2017-05-26
1
-4
/
+3
*
|
|
net: ipv4: refactor ip_route_input_noref
David Ahern
2017-05-26
1
-29
/
+37
*
|
|
net: ipv4: refactor __ip_route_output_key_hash
David Ahern
2017-05-26
2
-23
/
+32
*
|
|
tcp: better validation of received ack sequences
Eric Dumazet
2017-05-25
1
-13
/
+11
*
|
|
tcp: fix TCP_SYNCNT flakes
Eric Dumazet
2017-05-24
1
-15
/
+11
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-05-22
2
-17
/
+43
|
\
|
|
|
*
|
arp: always override existing neigh entries with gratuitous ARP
Ihar Hrachyshka
2017-05-21
1
-4
/
+5
|
*
|
arp: postpone addr_type calculation to as late as possible
Ihar Hrachyshka
2017-05-21
1
-7
/
+17
|
*
|
arp: decompose is_garp logic into a separate function
Ihar Hrachyshka
2017-05-21
1
-12
/
+23
|
*
|
arp: fixed error in a comment
Ihar Hrachyshka
2017-05-21
1
-1
/
+1
|
*
|
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
2017-05-21
1
-0
/
+4
*
|
|
net: ipv4: tcp: fixed comment coding style issue
Rohit Chavan
2017-05-22
1
-2
/
+3
*
|
|
net: ipv4: Add extack messages for route add failures
David Ahern
2017-05-22
2
-22
/
+95
*
|
|
net: ipv4: Plumb extack through route add functions
David Ahern
2017-05-22
4
-19
/
+26
*
|
|
tcp: fix tcp_probe_timer() for TCP_USER_TIMEOUT
Eric Dumazet
2017-05-21
1
-1
/
+2
*
|
|
fou: make local function static
stephen hemminger
2017-05-21
1
-41
/
+41
*
|
|
tcpnv: do not export local function
stephen hemminger
2017-05-21
1
-3
/
+2
*
|
|
inet: fix warning about missing prototype
stephen hemminger
2017-05-21
1
-0
/
+1
*
|
|
sk_buff: remove support for csum_bad in sk_buff
Davide Caratti
2017-05-19
1
-1
/
+1
*
|
|
tcp: warn on negative reordering values
Soheil Hassas Yeganeh
2017-05-19
1
-0
/
+3
[next]