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
2017-06-25
tcp: reset sk_rx_dst in tcp_disconnect()
WANG Cong
1
-0
/
+2
2017-06-23
net: account for current skb length when deciding about UFO
Michal Kubeček
1
-1
/
+2
2017-06-20
igmp: add a missing spin_lock_init()
WANG Cong
1
-0
/
+1
2017-06-16
ip_tunnel: fix potential issue in ip_tunnel_rcv
Haishuang Yan
1
-0
/
+2
2017-06-14
net: don't global ICMP rate limit packets originating from loopback
Jesper Dangaard Brouer
1
-2
/
+6
2017-06-13
igmp: acquire pmc lock for ip_mc_clear_src()
WANG Cong
1
-8
/
+13
2017-06-11
net: ipmr: Fix some mroute forwarding issues in vrf's
Donald Sharp
1
-17
/
+15
2017-06-07
net: Fix inconsistent teardown and release of private netdev state.
David S. Miller
2
-3
/
+3
2017-06-04
net: ping: do not abuse udp_poll()
Eric Dumazet
1
-1
/
+1
2017-06-02
tcp: disallow cwnd undo when switching congestion control
Yuchung Cheng
1
-0
/
+1
2017-05-31
tcp: reinitialize MTU probing when setting MSS in a TCP repair
Douglas Caetano dos Santos
1
-2
/
+4
2017-05-26
ipv4: add reference counting to metrics
Eric Dumazet
2
-8
/
+19
2017-05-25
arp: fixed -Wuninitialized compiler warning
Ihar Hrachyshka
1
-1
/
+1
2017-05-25
tcp: avoid fastopen API to be used on AF_UNSPEC
Wei Wang
1
-2
/
+5
2017-05-23
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-1
/
+4
2017-05-21
arp: always override existing neigh entries with gratuitous ARP
Ihar Hrachyshka
1
-4
/
+5
2017-05-21
arp: postpone addr_type calculation to as late as possible
Ihar Hrachyshka
1
-7
/
+17
2017-05-21
arp: decompose is_garp logic into a separate function
Ihar Hrachyshka
1
-12
/
+23
2017-05-21
arp: fixed error in a comment
Ihar Hrachyshka
1
-1
/
+1
2017-05-21
tcp: initialize rcv_mss to TCP_MIN_MSS instead of 0
Wei Wang
1
-0
/
+4
2017-05-18
udp: make *udp*_queue_rcv_skb() functions static
Paolo Abeni
2
-3
/
+2
2017-05-17
arp: honour gratuitous ARP _replies_
Ihar Hrachyshka
1
-2
/
+14
2017-05-16
net: Improve handling of failures on link and route dumps
David Ahern
2
-16
/
+25
2017-05-16
ipmr: vrf: Find VIFs using the actual device
Thomas Winter
1
-2
/
+16
2017-05-16
tcp: eliminate negative reordering in tcp_clean_rtx_queue
Soheil Hassas Yeganeh
1
-1
/
+1
2017-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-4
/
+5
2017-05-11
tcp: avoid fragmenting peculiar skbs in SACK
Yuchung Cheng
1
-4
/
+5
2017-05-10
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-05-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-27
/
+44
2017-05-09
dccp/tcp: do not inherit mc_list from parent
Eric Dumazet
1
-0
/
+2
2017-05-08
Revert "ipv4: restore rt->fi for reference counting"
David S. Miller
1
-17
/
+1
2017-05-08
treewide: use kv[mz]alloc* rather than opencoded variants
Michal Hocko
2
-9
/
+2
2017-05-08
vti: check nla_put_* return value
Hangbin Liu
1
-6
/
+7
2017-05-08
tcp: make congestion control optionally skip slow start after idle
Wei Wang
1
-1
/
+3
2017-05-08
ipv4: restore rt->fi for reference counting
WANG Cong
1
-1
/
+17
2017-05-05
tcp: randomize timestamps on syncookies
Eric Dumazet
3
-20
/
+32
2017-05-04
ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
Alexander Potapenko
1
-0
/
+3
2017-05-04
tcp: do not inherit fastopen_req from parent
Eric Dumazet
1
-0
/
+1
2017-05-04
esp4: Fix udpencap for local TCP packets.
Steffen Klassert
1
-1
/
+4
2017-05-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
53
-910
/
+1365
2017-05-02
tcp: fix wraparound issue in tcp_lp
Eric Dumazet
1
-2
/
+4
2017-05-01
net/esp4: Fix invalid esph pointer crash
Ilan Tayari
1
-0
/
+1
2017-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
10
-99
/
+113
2017-05-01
netfilter: snmp: avoid stack size warning
Florian Westphal
1
-6
/
+6
2017-04-30
ipv4: get rid of ip_ra_lock
WANG Cong
1
-10
/
+2
2017-04-30
tcp: fix access to sk->sk_state in tcp_poll()
Davide Caratti
1
-1
/
+1
2017-04-28
tcp: do not underestimate skb->truesize in tcp_trim_head()
Eric Dumazet
1
-7
/
+12
2017-04-28
ipv4: Don't pass IP fragments to upper layer GRO handlers.
Steffen Klassert
1
-0
/
+3
2017-04-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
1
-5
/
+1
2017-04-27
net: fib: Decrease one unnecessary rt cache flush in fib_disable_ip
Gao Feng
1
-1
/
+2
[next]