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
2018-12-19
net: use skb_sec_path helper in more places
Florian Westphal
2
-4
/
+9
2018-12-19
xfrm: change secpath_set to return secpath struct, not error value
Florian Westphal
1
-5
/
+6
2018-12-19
sk_buff: add skb extension infrastructure
Florian Westphal
1
-0
/
+1
2018-12-19
netfilter: avoid using skb->nf_bridge directly
Florian Westphal
1
-2
/
+4
2018-12-17
ipmr: Drop mfc_cache argument to ipmr_queue_xmit
David Ahern
1
-5
/
+4
2018-12-17
net: dccp: initialize (addr,port) listening hashtable
Peter Oskolkov
1
-0
/
+1
2018-12-17
fou: Prevent unbounded recursion in GUE error handler
Stefano Brivio
1
-0
/
+7
2018-12-15
udp: use indirect call wrappers for GRO socket lookup
Paolo Abeni
1
-2
/
+6
2018-12-15
net: use indirect call wrappers at GRO transport layer
Paolo Abeni
3
-7
/
+19
2018-12-15
ipconfig: convert to DEFINE_SHOW_ATTRIBUTE
Yangtao Li
1
-12
/
+1
2018-12-14
net: tcp: prefer listeners bound to an address
Peter Oskolkov
1
-52
/
+8
2018-12-14
net: udp: prefer listeners bound to an address
Peter Oskolkov
1
-57
/
+19
2018-12-10
net: Add netif_is_gretap()/netif_is_ip6gretap()
Oz Shlomo
1
-6
/
+0
2018-12-10
tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer()
Eric Dumazet
1
-5
/
+2
2018-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-20
/
+46
2018-12-08
ip: silence udp zerocopy smatch false positive
Willem de Bruijn
1
-1
/
+2
2018-12-07
tcp: lack of available data can also cause TSO defer
Eric Dumazet
1
-11
/
+24
2018-12-06
net: core: dev: Add extack argument to dev_change_flags()
Petr Machata
2
-4
/
+4
2018-12-06
net: core: dev: Add extack argument to dev_open()
Petr Machata
1
-2
/
+2
2018-12-06
tcp: fix code style in tcp_recvmsg()
Pedro Tammela
1
-2
/
+2
2018-12-05
ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes
Jiri Wiesner
1
-0
/
+7
2018-12-05
tcp: fix NULL ref in tail loss probe
Yuchung Cheng
1
-4
/
+7
2018-12-05
tcp: Do not underestimate rwnd_limited
Eric Dumazet
1
-1
/
+4
2018-12-05
net: use skb_list_del_init() to remove from RX sublists
Edward Cree
1
-2
/
+2
2018-12-04
net: Do not route unicast IP packets twice
Ido Schimmel
1
-0
/
+7
2018-12-04
skbuff: Rename 'offload_mr_fwd_mark' to 'offload_l3_fwd_mark'
Ido Schimmel
1
-1
/
+1
2018-12-03
udp: elide zerocopy operation in hot path
Willem de Bruijn
2
-12
/
+12
2018-12-03
udp: msg_zerocopy
Willem de Bruijn
1
-1
/
+22
2018-12-03
udp_tunnel: add config option to bind to a device
Alexis Bauvin
1
-0
/
+17
2018-11-30
tcp: fix SNMP TCP timeout under-estimation
Yuchung Cheng
1
-4
/
+4
2018-11-30
tcp: fix SNMP under-estimation on failed retransmission
Yuchung Cheng
1
-1
/
+1
2018-11-30
tcp: fix off-by-one bug on aborting window-probing socket
Yuchung Cheng
1
-1
/
+1
2018-11-30
tcp: md5: add tcp_md5_needed jump label
Eric Dumazet
3
-7
/
+15
2018-11-30
tcp: implement coalescing on backlog queue
Eric Dumazet
2
-6
/
+87
2018-11-30
tcp: take care of compressed acks in tcp_add_reno_sack()
Eric Dumazet
1
-25
/
+33
2018-11-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+14
2018-11-29
tcp: remove loop to compute wscale
Eric Dumazet
1
-5
/
+3
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-22
/
+56
2018-11-28
bpf: helper to pop data from messages
John Fastabend
1
-3
/
+14
2018-11-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
3
-11
/
+38
2018-11-27
net/ipv4: Fix missing raw_init when CONFIG_PROC_FS is disabled
David Ahern
1
-1
/
+1
2018-11-27
tcp: remove hdrlen argument from tcp_queue_rcv()
Eric Dumazet
1
-7
/
+6
2018-11-27
netfilter: nat: fix double register in masquerade modules
Taehee Yoo
1
-7
/
+16
2018-11-27
netfilter: add missing error handling code for register functions
Taehee Yoo
3
-7
/
+25
2018-11-24
net: always initialize pagedlen
Willem de Bruijn
1
-1
/
+2
2018-11-24
tcp: address problems caused by EDT misshaps
Eric Dumazet
2
-10
/
+16
2018-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-6
/
+17
2018-11-21
tcp: defer SACK compression after DupThresh
Eric Dumazet
3
-6
/
+16
2018-11-20
tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP ...
Stephen Mallon
1
-0
/
+1
2018-11-20
tcp: drop dst in tcp_add_backlog()
Eric Dumazet
1
-0
/
+2
[next]