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-03-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
4
-8
/
+25
2017-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-3
/
+4
2017-03-02
tcp: fix potential double free issue for fastopen_req
Wei Wang
1
-3
/
+12
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+2
2017-03-01
tcp/dccp: block BH for SYN processing
Eric Dumazet
1
-2
/
+8
2017-03-01
net: route: add missing nla_policy entry for RTA_MARK attribute
Liping Zhang
1
-0
/
+1
2017-02-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2
-3
/
+5
2017-02-28
netfilter: use skb_to_full_sk in ip_route_me_harder
Florian Westphal
1
-3
/
+4
2017-02-27
lib/vsprintf.c: remove %Z support
Alexey Dobriyan
4
-4
/
+4
2017-02-26
ipv4: mask tos for input route
Julian Anastasov
1
-0
/
+1
2017-02-26
ipv4: add missing initialization for flowi4_uid
Julian Anastasov
2
-3
/
+4
2017-02-22
tcp: account for ts offset only if tsecr not zero
Alexey Kodanev
1
-1
/
+2
2017-02-22
tcp: setup timestamp offset when write_seq already set
Alexey Kodanev
1
-6
/
+10
2017-02-21
tcp: Revert "tcp: tcp_probe: use spin_lock_bh()"
Eric Dumazet
1
-2
/
+2
2017-02-21
ip: fix IP_CHECKSUM handling
Paolo Abeni
1
-4
/
+4
2017-02-17
tcp: use page_ref_inc() in tcp_sendmsg()
Eric Dumazet
1
-1
/
+1
2017-02-17
tcp: accommodate sequence number to a peer's shrunk receive window caused by ...
Cui, Cheng
1
-2
/
+5
2017-02-16
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...
David S. Miller
8
-10
/
+134
2017-02-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-8
/
+8
2017-02-15
esp: Add a software GRO codepath
Steffen Klassert
5
-1
/
+129
2017-02-15
net: Add a skb_gro_flush_final helper.
Steffen Klassert
1
-1
/
+1
2017-02-14
tcp: tcp_probe: use spin_lock_bh()
Eric Dumazet
1
-2
/
+2
2017-02-13
NET: Fix /proc/net/arp for AX.25
Ralf Baechle
1
-6
/
+6
2017-02-11
net: rename dst_neigh_output back to neigh_output
Julian Anastasov
1
-1
/
+1
2017-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+3
2017-02-10
ipv4: fib: Add events for FIB replace and append
Ido Schimmel
1
-13
/
+14
2017-02-10
ipv4: fib: Send notification before deleting FIB alias
Ido Schimmel
1
-7
/
+7
2017-02-10
ipv4: fib: Send deletion notification with actual FIB alias type
Ido Schimmel
1
-2
/
+2
2017-02-10
ipv4: fib: Only flush FIB aliases belonging to currently flushed table
Ido Schimmel
1
-1
/
+2
2017-02-09
igmp, mld: Fix memory leak in igmpv3/mld_del_delrec()
Hangbin Liu
1
-0
/
+1
2017-02-09
xfrm: policy: make policy backend const
Florian Westphal
1
-1
/
+1
2017-02-09
xfrm: policy: remove family field
Florian Westphal
1
-4
/
+1
2017-02-09
xfrm: policy: remove garbage_collect callback
Florian Westphal
1
-1
/
+1
2017-02-09
xfrm: input: constify xfrm_input_afinfo
Florian Westphal
1
-2
/
+1
2017-02-08
ipv4: fib: Notify about nexthop status changes
Ido Schimmel
1
-0
/
+33
2017-02-08
gro_cells: move to net/core/gro_cells.c
Eric Dumazet
1
-0
/
+1
2017-02-08
ping: fix a null pointer dereference
WANG Cong
1
-0
/
+2
2017-02-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-2
/
+19
2017-02-07
net: use dst_confirm_neigh for UDP, RAW, ICMP, L2TP
Julian Anastasov
4
-3
/
+15
2017-02-07
net: add confirm_neigh method to dst_ops
Julian Anastasov
1
-0
/
+19
2017-02-07
tcp: replace dst_confirm with sk_dst_confirm
Julian Anastasov
3
-14
/
+7
2017-02-07
net: add dst_pending_confirm flag to skbuff
Julian Anastasov
1
-1
/
+4
2017-02-07
udp: properly cope with csum errors
Eric Dumazet
1
-1
/
+1
2017-02-06
tcp: avoid infinite loop in tcp_splice_read()
Eric Dumazet
1
-0
/
+6
2017-02-04
netlabel: out of bound access in cipso_v4_validate()
Eric Dumazet
1
-0
/
+4
2017-02-04
ipv4: keep skb->dst around in presence of IP options
Eric Dumazet
1
-1
/
+8
2017-02-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
9
-47
/
+31
2017-02-03
tcp: clear pfmemalloc on outgoing skb
Eric Dumazet
1
-0
/
+7
2017-02-03
tcp: add tcp_mss_clamp() helper
Eric Dumazet
3
-19
/
+7
[next]