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-08-03
tcp: remove extra POLL_OUT added for finished active connect()
Neal Cardwell
1
-5
/
+0
2017-08-03
ipv4: Introduce ipip_offload_init helper function.
Tonghao Zhang
1
-1
/
+7
2017-08-02
ipv4: fib: Set offload indication according to nexthop flags
Ido Schimmel
1
-0
/
+2
2017-08-02
tcp: tcp_data_queue() cleanup
Eric Dumazet
1
-8
/
+7
2017-08-01
proto_ops: Add locked held versions of sendmsg and sendpage
Tom Herbert
2
-13
/
+28
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-24
/
+24
2017-07-31
ipv4: fib: Fix NULL pointer deref during fib_sync_down_dev()
Ido Schimmel
1
-1
/
+1
2017-07-31
tcp: add related fields into SCM_TIMESTAMPING_OPT_STATS
Wei Wang
1
-1
/
+19
2017-07-31
tcp: extract the function to compute delivery rate
Wei Wang
1
-7
/
+16
2017-07-31
tcp: remove unused mib counters
Florian Westphal
1
-9
/
+0
2017-07-31
tcp: remove CA_ACK_SLOWPATH
Florian Westphal
2
-46
/
+20
2017-07-31
tcp: remove header prediction
Florian Westphal
4
-190
/
+10
2017-07-31
tcp: remove low_latency sysctl
Florian Westphal
2
-2
/
+3
2017-07-31
tcp: reindent two spots after prequeue removal
Florian Westphal
1
-27
/
+23
2017-07-31
tcp: remove prequeue support
Florian Westphal
5
-240
/
+1
2017-07-29
tcp: avoid bogus gcc-7 array-bounds warning
Arnd Bergmann
1
-2
/
+3
2017-07-29
udp6: fix socket leak on early demux
Paolo Abeni
1
-1
/
+2
2017-07-26
udp: unbreak build lacking CONFIG_XFRM
Paolo Abeni
1
-1
/
+1
2017-07-25
udp: preserve head state for IP_CMSG_PASSSEC
Paolo Abeni
1
-20
/
+18
2017-07-24
tcp: remove redundant argument from tcp_rcv_established()
Matvejchikov Ilya
3
-4
/
+6
2017-07-24
net: add infrastructure to un-offload UDP tunnel port
Sabrina Dubroca
1
-0
/
+18
2017-07-24
net: check UDP tunnel RX port offload feature before calling tunnel ndo ndo
Sabrina Dubroca
1
-1
/
+6
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-25
/
+61
2017-07-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
6
-23
/
+60
2017-07-20
ipv4: initialize fib_trie prior to register_netdev_notifier call.
Mahesh Bandewar
1
-4
/
+5
2017-07-19
tcp: adjust tail loss probe timeout
Yuchung Cheng
2
-8
/
+11
2017-07-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
1
-2
/
+1
2017-07-18
udp: preserve skb->dst if required for IP options processing
Paolo Abeni
1
-2
/
+11
2017-07-18
ipv4: ipv6: initialize treq->txhash in cookie_v[46]_check()
Alexander Potapenko
1
-0
/
+1
2017-07-18
xfrm: remove flow cache
Florian Westphal
1
-9
/
+0
2017-07-18
net: xfrm: revert to lower xfrm dst gc limit
Florian Westphal
1
-1
/
+1
2017-07-18
vti: revert flush x-netns xfrm cache when vti interface is removed
Florian Westphal
1
-31
/
+0
2017-07-17
inet: Remove software UFO fragmenting code.
David S. Miller
1
-54
/
+4
2017-07-17
net: Remove all references to SKB_GSO_UDP.
David S. Miller
3
-27
/
+5
2017-07-17
inet: Stop generating UFO packets.
David S. Miller
1
-76
/
+0
2017-07-17
inetpeer: remove AVL implementation in favor of RB tree
Eric Dumazet
1
-338
/
+90
2017-07-17
netfilter: nf_tables: only allow in/output for arp packets
Florian Westphal
1
-2
/
+1
2017-07-15
tcp_bbr: init pacing rate on first RTT sample
Neal Cardwell
1
-1
/
+9
2017-07-15
tcp_bbr: remove sk_pacing_rate=0 transient during init
Neal Cardwell
1
-1
/
+0
2017-07-15
tcp_bbr: introduce bbr_init_pacing_rate_from_rtt() helper
Neal Cardwell
1
-5
/
+18
2017-07-15
tcp_bbr: introduce bbr_bw_to_pacing_rate() helper
Neal Cardwell
1
-3
/
+11
2017-07-15
tcp_bbr: cut pacing rate only if filled pipe
Neal Cardwell
1
-2
/
+1
2017-07-15
ipv4: ip_do_fragment: fix headroom tests
Vasily Averin
1
-4
/
+4
2017-07-15
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+1
2017-07-12
net: ipmr: ipmr_get_table() returns NULL
Dan Carpenter
1
-2
/
+2
2017-07-06
tcp: md5: tcp_md5_do_lookup_exact() can be static
Wu Fengguang
1
-3
/
+3
2017-07-05
Merge branch 'work.memdup_user' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-14
/
+6
2017-07-05
mpls: fix rtm policy in mpls_getroute
Roopa Prabhu
1
-1
/
+0
2017-07-04
ipv4: Export rtm_ipv4_policy.
David S. Miller
1
-0
/
+1
2017-07-04
net: reflect mark on tcp syn ack packets
Jamal Hadi Salim
2
-1
/
+3
[next]