Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
b877fe288a325b9711d83628eb54e1deb63f962e
/
net
/
ipv4
305e1e9
[INET]: Let inet_diag and friends autoload
by Jean Delvare
· 17 years ago
01dd2fb
typo fixes
by Matt LaPlante
· 17 years ago
804b908
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
6651fd5
Use task_pid_nr() in ip_vs_sync.c
by Pavel Emelyanov
· 17 years ago
ba25f9d
Use helpers to obtain task pid in printks
by Pavel Emelyanov
· 17 years ago
1977f03
remove asm/bitops.h includes
by Jiri Slaby
· 17 years ago
a25de53
[INET]: Justification for local port range robustness.
by Anton Arapov
· 17 years ago
a577936
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
064b5bb
sysctl: remove broken netfilter binary sysctls
by Eric W. Biederman
· 17 years ago
49641b5
sysctl: ipv4 remove binary sysctl paths where they are broken
by Eric W. Biederman
· 17 years ago
df2e014
[TCP]: Remove lost_retrans zero seqno special cases
by Ilpo Järvinen
· 17 years ago
4554247
[NET]: Fix uninitialised variable in ip_frag_reasm()
by David Howells
· 17 years ago
1399637
[IPSEC]: Rename mode to outer_mode and add inner_mode
by Herbert Xu
· 17 years ago
ed3e37d
[IPSEC]: Use the top IPv4 route's peer instead of the bottom
by Herbert Xu
· 17 years ago
17c2a42
[IPSEC]: Store afinfo pointer in xfrm_mode
by Herbert Xu
· 17 years ago
1bfcb10
[IPSEC]: Add missing BEET checks
by Herbert Xu
· 17 years ago
c4541b4
[IPSEC]: Move tunnel parsing for IPv4 out of xfrm4_input
by Herbert Xu
· 17 years ago
04663d0
[IPSEC]: Fix pure tunnel modes involving IPv6
by Herbert Xu
· 17 years ago
c954770
[INET]: Consolidate frag queues freeing
by Pavel Emelyanov
· 17 years ago
48d6005
[INET]: Remove no longer needed ->equal callback
by Pavel Emelyanov
· 17 years ago
abd6523
[INET]: Consolidate xxx_find() in fragment management
by Pavel Emelyanov
· 17 years ago
c6fda28
[INET]: Consolidate xxx_frag_create()
by Pavel Emelyanov
· 17 years ago
e521db9
[INET]: Consolidate xxx_frag_alloc()
by Pavel Emelyanov
· 17 years ago
2588fe1
[INET]: Consolidate xxx_frag_intern
by Pavel Emelyanov
· 17 years ago
fd9e635
[INET]: Omit double hash calculations in xxx_frag_intern
by Pavel Emelyanov
· 17 years ago
f1673ca
[INET]: kmalloc+memset -> kzalloc in frag_alloc_queue
by Denis V. Lunev
· 17 years ago
762cc40
[INET]: Consolidate the xxx_put
by Pavel Emelyanov
· 17 years ago
4b6cb5d
[INET]: Small cleanup for xxx_put after evictor consolidation
by Pavel Emelyanov
· 17 years ago
8e7999c
[INET]: Consolidate the xxx_evictor
by Pavel Emelyanov
· 17 years ago
1e4b828
[INET]: Consolidate the xxx_frag_destroy
by Pavel Emelyanov
· 17 years ago
321a3a9
[INET]: Consolidate xxx_the secret_rebuild
by Pavel Emelyanov
· 17 years ago
277e650
[INET]: Consolidate the xxx_frag_kill
by Pavel Emelyanov
· 17 years ago
04128f2
[INET]: Collect common frag sysctl variables together
by Pavel Emelyanov
· 17 years ago
7eb9515
[INET]: Collect frag queues management objects together
by Pavel Emelyanov
· 17 years ago
5ab11c9
[INET]: Move common fields from frag_queues in one place.
by Pavel Emelyanov
· 17 years ago
f885c5b
[TCP]: high_seq parameter removed (all callers use tp->high_seq)
by Ilpo Järvinen
· 17 years ago
861d048
[IPV4]: Uninline netfilter okfns
by Patrick McHardy
· 17 years ago
3db05fe
[NETFILTER]: Replace sk_buff ** with sk_buff *
by Herbert Xu
· 17 years ago
2ca7b0a
[NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
by Herbert Xu
· 17 years ago
af1e1cf
[IPVS]: Replace local version of skb_make_writable
by Herbert Xu
· 17 years ago
37d4187
[NETFILTER]: Do not copy skb in skb_make_writable
by Herbert Xu
· 17 years ago
776c729
[IPV4]: Change ip_defrag to return an integer
by Herbert Xu
· 17 years ago
1706d58
[IPV4]: Make ip_defrag return the same packet
by Herbert Xu
· 17 years ago
f53f413
fix endianness bug in inet_lro
by Al Viro
· 17 years ago
9df7c98
inet_lro: trivial endianness annotations
by Al Viro
· 17 years ago
b08d6cb
[TCP]: Limit processing lost_retrans loop to work-to-do cases
by Ilpo Järvinen
· 17 years ago
f785a8e
[TCP]: Fix lost_retrans loop vs fastpath problems
by Ilpo Järvinen
· 17 years ago
4cd8299
[TCP]: No need to re-count fackets_out/sacked_out at RTO
by Ilpo Järvinen
· 17 years ago
d193594
[TCP]: Extract tcp_match_queue_to_sack from sacktag code
by Ilpo Järvinen
· 17 years ago
f6fb128
[TCP]: Kill almost unused variable pcount from sacktag
by Ilpo Järvinen
· 17 years ago
3eec004
[TCP]: Fix mark_head_lost to ignore R-bit when trying to mark L
by Ilpo Järvinen
· 17 years ago
16e9068
[TCP]: Add bytes_acked (ABC) clearing to FRTO too
by Ilpo Järvinen
· 17 years ago
28f7b03
[NETLINK]: fib_frontend build fixes
by David S. Miller
· 17 years ago
cd40b7d
[NET]: make netlink user -> kernel interface synchronious
by Denis V. Lunev
· 17 years ago
227b60f
[INET]: local port range robustness
by Stephen Hemminger
· 17 years ago
631a669
[IPSEC]: Move IP protocol setting from transforms into xfrm4_input.c
by Herbert Xu
· 17 years ago
ceb1eec
[IPSEC]: Move IP length/checksum setting out of transforms
by Herbert Xu
· 17 years ago
87bdc48
[IPSEC]: Get rid of ipv6_{auth,esp,comp}_hdr
by Herbert Xu
· 17 years ago
37fedd3
[IPSEC]: Use IPv6 calling convention as the convention for x->mode->output
by Herbert Xu
· 17 years ago
7b277b1
[IPSEC]: Set skb->data to payload in x->mode->output
by Herbert Xu
· 17 years ago
8bd1707
[IPSEC] esp: Remove NAT-T checksum invalidation for BEET
by Herbert Xu
· 17 years ago
1c1e87e
[TCP]: Separate lost_retrans loop into own function
by Ilpo Järvinen
· 17 years ago
e2da591
[NETFILTER]: Make netfilter code use the seq_open_private
by Pavel Emelyanov
· 17 years ago
cf7732e
[NET]: Make core networking code use seq_open_private
by Pavel Emelyanov
· 17 years ago
b7c6538
[IPSEC]: Move state lock into x->type->output
by Herbert Xu
· 17 years ago
007f021
[IPSEC]: Store IPv6 nh pointer in mac_header on output
by Herbert Xu
· 17 years ago
436a0a4
[IPSEC]: Move output replay code into xfrm_output
by Herbert Xu
· 17 years ago
406ef77
[IPSEC]: Move common output code to xfrm_output
by Herbert Xu
· 17 years ago
bc31d3b
[IPSEC] ah: Remove keys from ah_data structure
by Herbert Xu
· 17 years ago
4b7137f
[IPSEC] esp: Remove keys from esp_data structure
by Herbert Xu
· 17 years ago
cfcabdc
[NET]: sparse warning fixes
by Stephen Hemminger
· 17 years ago
de83c05
[TCP]: "Annotate" another fackets_out state reset
by Ilpo Järvinen
· 17 years ago
29d0a30
[TCP]: Fix two off-by-one errors in fackets_out adjusting logic
by Ilpo Järvinen
· 17 years ago
3de9647
[TCP]: Wrap-safed reordering detection FRTO check
by Ilpo Järvinen
· 17 years ago
0e83533
[TCP]: Update comment of SACK block validator
by Ilpo Järvinen
· 17 years ago
95eacd2
[TCP]: fix comments that got messed up during code move
by Ilpo Järvinen
· 17 years ago
dc86967
[TCP]: No fackets_out/highest_sack tuning when SACK isn't enabled
by Ilpo Järvinen
· 17 years ago
f73e924
[NETFILTER]: ctnetlink: use netlink policy
by Patrick McHardy
· 17 years ago
fdf7083
[NETFILTER]: nfnetlink: rename functions containing 'nfattr'
by Patrick McHardy
· 17 years ago
df6fb86
[NETFILTER]: nfnetlink: convert to generic netlink attribute functions
by Patrick McHardy
· 17 years ago
3b04ddd
[NET]: Move hardware header operations out of netdevice.
by Stephen Hemminger
· 17 years ago
b95cce3
[NET]: Wrap hard_header_parse
by Stephen Hemminger
· 17 years ago
0c4e858
[NET]: Wrap netdevice hardware header creation.
by Stephen Hemminger
· 17 years ago
2774c7a
[NET]: Make the loopback device per network namespace.
by Eric W. Biederman
· 17 years ago
0cc217e
[IPV4]: When possible test for IFF_LOOPBACK and not dev == loopback_dev
by Eric W. Biederman
· 17 years ago
5967789
[IPV4]: Remove unnecessary test for the loopback device from inetdev_destroy
by Eric W. Biederman
· 17 years ago
912d8f0
[TCP] MIB: Count FRTO's successfully detected spurious RTOs
by Ilpo Järvinen
· 17 years ago
93e6802
[TCP]: Reordered ACK's (old) SACKs not included to discarded MIB
by Ilpo Järvinen
· 17 years ago
a6963a6
[TCP]: Re-place highest_sack check to a more robust position
by Ilpo Järvinen
· 17 years ago
de3cb74
[NET]: Dynamically allocate the loopback device, part 1.
by Daniel Lezcano
· 17 years ago
b768920
[TCP]: Avoid clearing sacktag hint in trivial situations
by Ilpo Järvinen
· 17 years ago
c96fd3d
[TCP]: Enable SACK enhanced FRTO (RFC4138) by default
by Ilpo Järvinen
· 17 years ago
009a2e3
[TCP] FRTO: Improve interoperability with other undo_marker users
by Ilpo Järvinen
· 17 years ago
7c46a03
[TCP]: Cleanup tcp_tso_acked and tcp_clean_rtx_queue
by Ilpo Järvinen
· 17 years ago
13fcf85
[TCP]: Move accounting from tso_acked to clean_rtx_queue
by Ilpo Järvinen
· 17 years ago
5af4ec2
[TCP]: clear_all_retrans_hints prefixed by tcp_
by Ilpo Järvinen
· 17 years ago
91fed7a
[TCP]: Make fackets_out accurate
by Ilpo Järvinen
· 17 years ago
0dde7b5
[TCP]: Maintain highest_sack accurately to the highest skb
by Ilpo Järvinen
· 17 years ago
5ee3afb
[TCP]: Return useful listenq info in tcp_info and INET_DIAG_INFO.
by Rick Jones
· 17 years ago
96793b4
[IPV4]: Add ICMPMsgStats MIB (RFC 4293)
by David L Stevens
· 17 years ago
Next »