Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
7b277b1a5fb147cb828e5d8b9780cee60f31a9bf
/
net
/
ipv4
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
c40f6ff
[IPV4] af_inet.c: use ARRAY_SIZE macro from kernel.h instead
by Denis Cheng
· 17 years ago
0cfad07
[NETLINK]: Avoid pointer in netlink_run_queue
by Herbert Xu
· 17 years ago
76c72d4
[IPV4/IPV6/DECNET]: Small cleanup for fib rules.
by Denis V. Lunev
· 17 years ago
63d804ea
[CIPSO]: remove duplicated code in the cipso_v4_*_getattr() functions
by Paul Moore
· 17 years ago
10d024c
[NET]: Nuke SET_MODULE_OWNER macro.
by Ralf Baechle
· 17 years ago
39c90ec
[IPV4]: Convert rt_check_expire() from softirq processing to workqueue.
by Eric Dumazet
· 17 years ago
8f4c1f9
[NETLINK]: Introduce nested and byteorder flag to netlink attribute
by Thomas Graf
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
b4b5102
[NET]: Support multiple network namespaces with netlink
by Eric W. Biederman
· 17 years ago
e9dc865
[NET]: Make device event notification network namespace safe
by Eric W. Biederman
· 17 years ago
e730c15
[NET]: Make packet reception network namespace safe
by Eric W. Biederman
· 17 years ago
1b8d7ae
[NET]: Make socket creation namespace safe.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
172589c
[NET]: DIV_ROUND_UP cleanup (part two)
by Ilpo Järvinen
· 17 years ago
3b26a9a
[IPV4] IPSEC: Omit redirect for tunnelled packet.
by Masahide NAKAMURA
· 17 years ago
32c1da7
[UDP]: Randomize port selection.
by Stephen Hemminger
· 17 years ago
356f89e
[NET] Cleanup: DIV_ROUND_UP
by Ilpo Järvinen
· 17 years ago
18f0254
[TCP] MIB: Add counters for discarded SACK blocks
by Ilpo Järvinen
· 17 years ago
5b3c988
[TCP]: Discard fuzzy SACK blocks
by Ilpo Järvinen
· 17 years ago
6728e7d
[TCP]: Rename tcp_ack_packets_out -> tcp_rearm_rto
by Ilpo Järvinen
· 17 years ago
6ff03ac
[TCP]: tcp_packets_out_inc to tcp_output.c (no callers elsewhere)
by Ilpo Järvinen
· 17 years ago
e9144bd
[TCP]: Remove unnecessary wrapper tcp_packets_out_dec
by Ilpo Järvinen
· 17 years ago
ab66b4a
[IPV4] fib_trie: macro cleanup
by Stephen Hemminger
· 17 years ago
0680191
[IPV4] fib_trie: cleanup
by Stephen Hemminger
· 17 years ago
e60402d
[TCP]: Move sack_ok access to obviously named funcs & cleanup
by Ilpo Järvinen
· 17 years ago
1b6d427b
[TCP]: Reduce sacked_out with reno when purging write_queue
by Ilpo Järvinen
· 17 years ago
d02596e
[TCP]: Keep state in Disorder also if only lost_out > 0
by Ilpo Järvinen
· 17 years ago
86426c2
[TCP]: Restore over-zealous tcp_sync_left_out-like removals
by Ilpo Järvinen
· 17 years ago
005903b
[TCP]: Left out sync->verify (the new meaning of it) & definify
by Ilpo Järvinen
· 17 years ago
83ae408
[TCP]: Add tcp_left_out(tp) "back" to get cleaner looking lines
by Ilpo Järvinen
· 17 years ago
b5860bb
[TCP]: Tighten tcp_sock's belt, drop left_out
by Ilpo Järvinen
· 17 years ago
35e8694
[TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_acked
by Ilpo Järvinen
· 17 years ago
af610b4
[TCP]: Add tcp_dec_pcount_approx int variant
by Ilpo Järvinen
· 17 years ago
bdf1ee5
[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it
by Ilpo Järvinen
· 17 years ago
539d243
[TCP]: Access to highest_sack obsoletes forward_cnt_hint
by Ilpo Järvinen
· 17 years ago
9bff40f
[TCP] FRTO: remove unnecessary fackets/sacked_out recounting
by Ilpo Järvinen
· 17 years ago
4ddf667
[TCP]: Move Reno SACKed_out counter functions earlier
by Ilpo Järvinen
· 17 years ago
d06e021
[TCP]: Extract DSACK detection code from tcp_sacktag_write_queue().
by David S. Miller
· 17 years ago
19b2b48
[TCP]: Rexmit hint must be cleared instead of setting it
by Ilpo Järvinen
· 18 years ago
d8f4f22
[TCP]: Extracted rexmit hint clearing from the LOST marking code
by Ilpo Järvinen
· 18 years ago
d738cd8
[TCP]: Add highest_sack seqno, points to globally highest SACK
by Ilpo Järvinen
· 18 years ago
71c87e0
[NET]: Generic Large Receive Offload for TCP traffic
by Jan-Bernd Themann
· 17 years ago
48611c4
[TCP]: Fix fastpath_cnt_hint when GSO skb is partially ACKed
by Ilpo Järvinen
· 17 years ago
f8ab18d
[TCP]: Fix MD5 signature handling on big-endian.
by David S. Miller
· 17 years ago
2a0c6c9
[IPV4]: Just increment OutDatagrams once per a datagram.
by YOSHIFUJI Hideaki
· 17 years ago
0a9c730
[INET_DIAG]: Fix oops in netlink_rcv_skb
by Patrick McHardy
· 17 years ago
16fcec3
[NETFILTER]: Fix/improve deadlock condition on module removal netfilter
by Neil Horman
· 17 years ago
0fb9670
[NETFILTER]: nf_conntrack_ipv4: fix "Frag of proto ..." messages
by Patrick McHardy
· 17 years ago
596e415
[IPV4] devinet: show all addresses assigned to interface
by Stephen Hemminger
· 17 years ago
5c127c5
[TCP]: 'dst' can be NULL in tcp_rto_min()
by David S. Miller
· 17 years ago
05bb1fa
[TCP]: Allow minimum RTO to be configurable via routing metrics.
by David S. Miller
· 17 years ago
2672287
[TCP]: Describe tcp_init_cwnd() thoroughly in a comment.
by David S. Miller
· 17 years ago
a96fb49
[NET]: Fix IP_ADD/DROP_MEMBERSHIP to handle only connectionless
by Flavio Leitner
· 17 years ago
96fe1c0
[IPSEC] AH4: Update IPv4 options handling to conform to RFC 4302.
by Nick Bowler
· 17 years ago
45241a7a
[NETFILTER]: nf_nat_sip: don't drop short packets
by Patrick McHardy
· 17 years ago
cae7ca3
[IPVS]: Use IP_VS_WAIT_WHILE when encessary.
by Heiko Carstens
· 17 years ago
f49f996
[IPV4]: Clean up duplicate includes in net/ipv4/
by Jesper Juhl
· 17 years ago
dcbdc93
[IPCONFIG]: ip_auto_config fix
by Joakim Tjernlund
· 17 years ago
f34d195
[TCP]: H-TCP maxRTT estimation at startup
by Stephen Hemminger
· 17 years ago
Next »