Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
c17860a039bbde134324ad6f9331500635f5799d
/
net
/
ipv4
c17860a
[IPV4]: no need pass pointer to a default into fib_detect_death
by Denis V. Lunev
· 17 years ago
1596c97
[IPV4] net/ipv4/cipso_ipv4.c: use LIST_HEAD instead of LIST_HEAD_INIT
by Denis Cheng
· 17 years ago
877a9bf
[IPV4]: Move trie_local and trie_main into the proc iterator.
by Eric W. Biederman
· 17 years ago
bb80317
[IPV4]: Remove ip_fib_local_table and ip_fib_main_table defines.
by Eric W. Biederman
· 17 years ago
5a3e55d
[NET]: Multiple namespaces in the all dst_ifdown routines.
by Denis V. Lunev
· 17 years ago
f8b33fd
[ARP]: Consolidate some code in arp_req_set/delete_publc
by Pavel Emelyanov
· 17 years ago
46479b4
[ARP]: Minus one level of ndentation in arp_req_delete
by Pavel Emelyanov
· 17 years ago
43dc170
[ARP]: Minus one level of indentation in arp_req_set
by Pavel Emelyanov
· 17 years ago
1ff1cc2
[IPV4] ROUTE: Convert rt_hash_lock_init() macro into function
by Pavel Emelyanov
· 17 years ago
107f163
[IPV4] ROUTE: Clean up proc files creation.
by Pavel Emelyanov
· 17 years ago
78c686e
[IPV4] ROUTE: Collect proc-related functions together
by Pavel Emelyanov
· 17 years ago
a59322b
[UDP]: Only increment counter on first peek/recv
by Herbert Xu
· 17 years ago
1781f7f
[UDP]: Restore missing inDatagrams increments
by Herbert Xu
· 17 years ago
27ab256
[UDP]: Avoid repeated counting of checksum errors due to peeking
by Herbert Xu
· 17 years ago
68dd299
[INET]: Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding
by Pavel Emelyanov
· 17 years ago
3e37c3f
[IPV4]: Use ctl paths to register net/ipv4/ table
by Pavel Emelyanov
· 17 years ago
9ba6397
[IPV4]: Cleanup the sysctl_net_ipv4.c file
by Pavel Emelyanov
· 17 years ago
4b3d15e
[NETFILTER]: {nfnetlink,ip,ip6}_queue: kill issue_verdict
by Patrick McHardy
· 17 years ago
02f014d
[NETFILTER]: nf_queue: move list_head/skb/id to struct nf_info
by Patrick McHardy
· 17 years ago
9521409
[NETFILTER]: ip_queue: deobfuscate entry lookups
by Patrick McHardy
· 17 years ago
0ac41e8
[NETFILTER]: {nf_netlink,ip,ip6}_queue: use list_for_each_entry
by Patrick McHardy
· 17 years ago
c01cd42
[NETFILTER]: nf_queue: move queueing related functions/struct to seperate header
by Patrick McHardy
· 17 years ago
f9d8928
[NETFILTER]: nf_queue: remove unused data pointer
by Patrick McHardy
· 17 years ago
e3ac529
[NETFILTER]: nf_queue: make queue_handler const
by Patrick McHardy
· 17 years ago
1999414
[NETFILTER]: Mark hooks __read_mostly
by Patrick McHardy
· 17 years ago
41c5b31
[NETFILTER]: Use nf_register_hooks for multiple registrations
by Patrick McHardy
· 17 years ago
279c2c7
[NETFILTER]: nf_conntrack_proto_icmp: kill extern declaration in .c file
by Patrick McHardy
· 17 years ago
1841a4c
[NETFILTER]: nf_ct_h323: remove ipv6 module dependency
by Patrick McHardy
· 17 years ago
17dfc93
[NETFILTER]: {ip,ip6}t_LOG: log GID
by Maciej Soltysiak
· 17 years ago
cb76c6a
[NETFILTER]: ip_tables: remove obsolete SAME target
by Patrick McHardy
· 17 years ago
c9fd496
[NETFILTER]: Merge ipt_TOS into xt_DSCP
by Jan Engelhardt
· 17 years ago
c3b33e6
[NETFILTER]: Merge ipt_tos into xt_dscp
by Jan Engelhardt
· 17 years ago
4c37799
[NETFILTER]: Use lowercase names for matches in Kconfig
by Jan Engelhardt
· 17 years ago
e2cf5ec
[NETFILTER]: ipt_addrtype: limit address type checking to an interface
by Laszlo Attila Toth
· 17 years ago
0553811
[IPV4]: Add inet_dev_addr_type()
by Laszlo Attila Toth
· 17 years ago
0265ab4
[NETFILTER]: merge ipt_owner/ip6t_owner in xt_owner
by Jan Engelhardt
· 17 years ago
9e67d5a
[NETFILTER]: x_tables: remove obsolete overflow check
by Patrick McHardy
· 17 years ago
259d4e4
[NETFILTER]: x_tables: struct xt_table_info diet
by Eric Dumazet
· 17 years ago
d3c5ee6
[NETFILTER]: x_tables: consistent and unique symbol names
by Jan Engelhardt
· 17 years ago
4c61097
[NETFILTER]: replace list_for_each with list_for_each_entry
by Li Zefan
· 17 years ago
2fcb45b
[IPSEC]: Use the correct family for input state lookup
by Herbert Xu
· 17 years ago
bbca176
[UDP]: Counter increment should be in USER mode for recvmsg
by Wang Chen
· 17 years ago
b2bf1e2
[UDP]: Clean up for IS_UDPLITE macro
by Wang Chen
· 17 years ago
cb75994
[UDP]: Defer InDataGrams increment until recvmsg() does checksum
by Wang Chen
· 17 years ago
6859d49
[TCP]: Abstract tp->highest_sack accessing & point to next skb
by Ilpo Järvinen
· 17 years ago
7201883
[TCP]: Cleanup local variables of clean_rtx_queue
by Ilpo Järvinen
· 17 years ago
ea60658c
[TCP]: Add unlikely() to urgent handling in clean_rtx_queue
by Ilpo Järvinen
· 17 years ago
89d478f
[TCP]: Remove duplicated code block from clean_rtx_queue
by Ilpo Järvinen
· 17 years ago
234b686
[TCP]: Add tcp_for_write_queue_from_safe and use it in mtu_probe
by Ilpo Järvinen
· 17 years ago
d67c58e
[TCP]: Remove local variable and use packets_in_flight directly
by Ilpo Järvinen
· 17 years ago
50c4817
[TCP]: MTUprobe: prepare skb fields earlier
by Ilpo Järvinen
· 17 years ago
c3a05c6
[TCP]: Cong.ctrl modules: remove unused good_ack from cong_avoid
by Ilpo Järvinen
· 17 years ago
ede9f3b
[TCP]: Unite identical code from two seqno split blocks
by Ilpo Järvinen
· 17 years ago
407ef1d
[TCP]: Remove superflucious FLAG_DATA_SACKED
by Ilpo Järvinen
· 17 years ago
bce392f
[TCP]: Move LOSTRETRANS MIB outside !(L|S) check
by Ilpo Järvinen
· 17 years ago
bfada69
[IPV4]: Use ctl paths to register devinet sysctls
by Pavel Emelyanov
· 17 years ago
66f27a5
[IPV4]: Unify and cleanup calls to devinet_sysctl_register
by Pavel Emelyanov
· 17 years ago
9fa8964
[IPV4]: Cleanup the devinet_sysctl_register
by Pavel Emelyanov
· 17 years ago
be0ea7d
[NETFILTER]: Convert old checksum helper names
by Patrick McHardy
· 17 years ago
ea4f76a
[TCP]: Two fixes to new sacktag code
by Ilpo Järvinen
· 17 years ago
df97c70
[NET]: Eliminate unused argument from sk_stream_alloc_pskb
by Pavel Emelyanov
· 17 years ago
f561d0f
[NET]: Uninline the sk_stream_alloc_pskb
by Pavel Emelyanov
· 17 years ago
3015a34
[IPV4] fib_hash: kmalloc + memset conversion to kzalloc
by Joonwoo Park
· 17 years ago
88f8349
[IPV4] fib_semantics: kmalloc + memset conversion to kzalloc
by Joonwoo Park
· 17 years ago
8512430
[TCP]: Move FRTO checks out from write queue abstraction funcs
by Ilpo Järvinen
· 17 years ago
8d8ad9d
[NET]: Name magic constants in sock_wake_async()
by Pavel Emelyanov
· 17 years ago
85b6068
[IPVS]: Relax the module get/put in ip_vs_app.c
by Pavel Emelyanov
· 17 years ago
beb659b
[PATCH] IPV4 : Move ip route cache flush (secret_rebuild) from softirq to workqueue
by Eric Dumazet
· 17 years ago
42a7380
[RAW]: Consolidate proc interface.
by Pavel Emelyanov
· 17 years ago
ab70768
[RAW]: Consolidate proto->unhash callback
by Pavel Emelyanov
· 17 years ago
65b4c50
[RAW]: Consolidate proto->hash callback
by Pavel Emelyanov
· 17 years ago
b673e4d
[RAW]: Introduce raw_hashinfo structure
by Pavel Emelyanov
· 17 years ago
7bc54c9
[IPv4] RAW: Compact the API for the kernel
by Pavel Emelyanov
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
b854272
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
by Denis V. Lunev
· 17 years ago
1b0b04f
[IPCONFIG]: Mark vendor_class_identifier as __initdata.
by David S. Miller
· 17 years ago
b209639
[IPVS]: Create synced connections with their real state
by Rumen G. Bogdanovski
· 17 years ago
7a4fbb1
[IPVS]: Flag synced connections and expose them in proc
by Rumen G. Bogdanovski
· 17 years ago
20de20b
[TCP]: Correct DSACK check placing
by Ilpo Järvinen
· 17 years ago
8dbde28
[NET]: NET_CLS_ROUTE : convert ip_rt_acct to per_cpu variables
by Eric Dumazet
· 17 years ago
68f8353
[TCP]: Rewrite SACK block processing & sack_recv_cache use
by Ilpo Järvinen
· 17 years ago
fd6dad6
[TCP]: Earlier SACK block verification & simplify access to them
by Ilpo Järvinen
· 17 years ago
9e10c47
[TCP]: Create tcp_sacktag_one().
by Ilpo Järvinen
· 17 years ago
b7d4815
[TCP]: Prior_fackets can be replaced by highest_sack seq
by Ilpo Järvinen
· 17 years ago
9f58f3b
[TCP]: Make lost retrans detection more self-contained
by Ilpo Järvinen
· 17 years ago
a47e5a9
[TCP]: Convert highest_sack to sk_buff to allow direct access
by Ilpo Järvinen
· 17 years ago
85cc391
[TCP]: non-FACK SACK follows conservative SACK loss recovery
by Ilpo Järvinen
· 17 years ago
f577111
[TCP]: Extend reordering detection to cover CA_Loss partially
by Ilpo Järvinen
· 17 years ago
b9d8658
[TCP]: Move !in_sack test earlier in sacktag & reorganize if()s
by Ilpo Järvinen
· 17 years ago
62013db
[IPV4] ipconfig: Implement DHCP Class-identifier
by Rainer Jochem
· 17 years ago
294b4ba
[IPSEC]: Kill afinfo->nf_post_routing
by David S. Miller
· 17 years ago
6e23ae2
[NETFILTER]: Introduce NF_INET_ hook values
by Patrick McHardy
· 17 years ago
1bf06cd
[IPSEC]: Add async resume support on input
by Herbert Xu
· 17 years ago
60d5fcf
[IPSEC]: Remove nhoff from xfrm_input
by Herbert Xu
· 17 years ago
0ebea8e
[IPSEC]: Move state lock into x->type->input
by Herbert Xu
· 17 years ago
668dc8a
[IPSEC]: Move integrity stat collection into xfrm_input
by Herbert Xu
· 17 years ago
716062f
[IPSEC]: Merge most of the input path
by Herbert Xu
· 17 years ago
862b82c
[IPSEC]: Merge most of the output path
by Herbert Xu
· 17 years ago
c439cb2
[IPV4]: Add ip_local_out
by Herbert Xu
· 17 years ago
227620e
[IPSEC]: Separate inner/outer mode processing on input
by Herbert Xu
· 17 years ago
Next »