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
2016-02-11
udp: Use uh->len instead of skb->len to compute checksum in segmentation
Alexander Duyck
1
-15
/
+13
2016-02-11
udp: Clean up the use of flags in UDP segmentation offload
Alexander Duyck
1
-19
/
+18
2016-02-11
gre: Use inner_proto to obtain inner header protocol
Alexander Duyck
1
-4
/
+2
2016-02-11
gre: Use GSO flags to determine csum need instead of GRE flags
Alexander Duyck
1
-34
/
+30
2016-02-11
net: Move skb_has_shared_frag check out of GRE code and into segmentation
Alexander Duyck
1
-11
/
+0
2016-02-11
net: Store checksum result for offloaded GSO checksums
Alexander Duyck
1
-2
/
+6
2016-02-11
net: Update remote checksum segmentation to support use of GSO checksum
Alexander Duyck
1
-12
/
+10
2016-02-11
net: Drop unecessary enc_features variable from tunnel segmentation functions
Alexander Duyck
2
-6
/
+6
2016-02-11
ipv4: add option to drop gratuitous ARP packets
Johannes Berg
2
-0
/
+10
2016-02-11
ipv4: add option to drop unicast encapsulated in L2 multicast
Johannes Berg
2
-1
/
+26
2016-02-11
soreuseport: fast reuseport TCP socket selection
Craig Gallek
3
-10
/
+72
2016-02-11
inet: refactor inet[6]_lookup functions to take skb
Craig Gallek
3
-7
/
+10
2016-02-11
sock: struct proto hash function may error
Craig Gallek
5
-9
/
+20
2016-02-08
tcp: Fix syncookies sysctl default.
David S. Miller
1
-1
/
+1
2016-02-07
ipv4: Namespaceify tcp_notsent_lowat sysctl knob
Nikolay Borisov
3
-10
/
+8
2016-02-07
ipv4: Namespaceify tcp_fin_timeout sysctl knob
Nikolay Borisov
3
-11
/
+11
2016-02-07
ipv4: Namespaceify tcp_orphan_retries sysctl knob
Nikolay Borisov
3
-9
/
+9
2016-02-07
ipv4: Namespaceify tcp_retries2 sysctl knob
Nikolay Borisov
4
-11
/
+12
2016-02-07
ipv4: Namespaceify tcp_retries1 sysctl knob
Nikolay Borisov
3
-12
/
+13
2016-02-07
ipv4: Namespaceify tcp reordering sysctl knob
Nikolay Borisov
5
-16
/
+17
2016-02-07
ipv4: Namespaceify tcp syncookies sysctl knob
Nikolay Borisov
5
-20
/
+18
2016-02-07
ipv4: Namespaceify tcp synack retries sysctl knob
Nikolay Borisov
4
-14
/
+11
2016-02-07
ipv4: Namespaceify tcp syn retries sysctl knob
Nikolay Borisov
4
-12
/
+15
2016-02-07
tcp: tcp_cong_control helper
Yuchung Cheng
1
-12
/
+19
2016-02-07
tcp: make congestion control more robust against reordering
Yuchung Cheng
1
-1
/
+1
2016-02-07
tcp: refactor pkts acked accounting
Yuchung Cheng
1
-4
/
+3
2016-02-07
tcp: new delivery accounting
Yuchung Cheng
1
-6
/
+15
2016-02-07
tcp: move cwnd reduction after recovery state procesing
Yuchung Cheng
1
-32
/
+28
2016-02-07
tcp: retransmit after recovery processing and congestion control
Yuchung Cheng
1
-12
/
+46
2016-02-06
tcp: fastopen: call tcp_fin() if FIN present in SYNACK
Eric Dumazet
2
-1
/
+4
2016-02-06
tcp: do not enqueue skb with SYN flag
Eric Dumazet
2
-2
/
+9
2016-02-06
tcp: fastopen: accept data/FIN present in SYNACK message
Eric Dumazet
2
-30
/
+37
2016-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
11
-40
/
+70
2016-01-29
tcp: avoid cwnd undo after receiving ECN
Yuchung Cheng
1
-2
/
+0
2016-01-29
fib_trie: Fix shift by 32 in fib_table_lookup
Alexander Duyck
1
-3
/
+4
2016-01-29
ipv4: ipconfig: avoid unused ic_proto_used symbol
Arnd Bergmann
1
-0
/
+4
2016-01-29
ipv4: early demux should be aware of fragments
Eric Dumazet
1
-1
/
+4
2016-01-28
tcp: beware of alignments in tcp_get_info()
Eric Dumazet
1
-4
/
+8
2016-01-28
tcp: fix tcp_mark_head_lost to check skb len before fragmenting
Neal Cardwell
1
-5
/
+5
2016-01-28
inet: frag: Always orphan skbs inside ip_defrag()
Joe Stringer
2
-2
/
+1
2016-01-25
ipv4+ipv6: Make INET*_ESP select CRYPTO_ECHAINIV
Thomas Egerer
1
-0
/
+1
2016-01-22
tree wide: use kvfree() than conditional kfree()/vfree()
Tetsuo Handa
1
-3
/
+1
2016-01-21
tcp: fix NULL deref in tcp_v4_send_ack()
Eric Dumazet
1
-5
/
+8
2016-01-20
net: diag: support v4mapped sockets in inet_diag_find_one_icsk()
Eric Dumazet
1
-7
/
+14
2016-01-20
net: drop tcp_memcontrol.c
Vladimir Davydov
4
-203
/
+0
2016-01-20
mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM
Johannes Weiner
1
-1
/
+1
2016-01-20
mm: memcontrol: drop unused @css argument in memcg_init_kmem
Johannes Weiner
1
-1
/
+1
2016-01-19
udp: fix potential infinite loop in SO_REUSEPORT logic
Eric Dumazet
1
-11
/
+21
2016-01-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+1
2016-01-15
net: preserve IP control block during GSO segmentation
Konstantin Khlebnikov
1
-0
/
+1
[next]