Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
817bc4db7794d6dc6594265ddea88d2b839cf2f8
/
net
/
ipv4
817bc4d
[IPV4] route: use read_mostly
by Stephen Hemminger
· 17 years ago
ce25999
[IPV4]: sk parameter is unused in ipv4_dst_blackhole.
by Denis V. Lunev
· 17 years ago
fc8717b
[RAW]: Add raw_hashinfo member on struct proto.
by Pavel Emelyanov
· 17 years ago
6ba5a3c
[UDP]: Make full use of proto.h.udp_hash innovation.
by Pavel Emelyanov
· 17 years ago
39d8cda
[SOCK]: Add udp_hash member to struct proto.
by Pavel Emelyanov
· 17 years ago
22aba38
[IPV4]: Always pass ip_options pointer into ip_options_compile.
by Denis V. Lunev
· 17 years ago
ef72249
[IPV4]: Remove unused ip_options->is_data.
by Denis V. Lunev
· 17 years ago
10fe7d8
[IPV4]: Remove unnecessary check for opt->is_data in ip_options_compile.
by Denis V. Lunev
· 17 years ago
ec3c098
[TCP]: TCP_DEFER_ACCEPT updates - process as established
by Patrick McManus
· 17 years ago
e4c7884
[TCP]: TCP_DEFER_ACCEPT updates - dont retxmt synack
by Patrick McManus
· 17 years ago
539fae8
[TCP]: TCP_DEFER_ACCEPT updates - defer timeout conflicts with max_thresh
by Patrick McManus
· 17 years ago
28518fc
[NET]: NULL pointer dereference and other nasty things in /proc/net/(tcp|udp)[6]
by Pavel Emelyanov
· 17 years ago
6f8b13b
[NETNS][IPV6] tcp6 - make proc per namespace
by Daniel Lezcano
· 17 years ago
0c96d8c
[NETNS][IPV6] udp6 - make proc per namespace
by Daniel Lezcano
· 17 years ago
f40c817
[NETNS][IPV4] tcp - make proc handle the network namespaces
by Daniel Lezcano
· 17 years ago
8d9f174
[NETNS][IPV6] tcp - assign the netns for timewait sockets
by Daniel Lezcano
· 17 years ago
a91275e
[NETNS][IPV6] udp - make proc handle the network namespace
by Daniel Lezcano
· 17 years ago
82cc1a7
[NET]: Add per-connection option to set max TSO frame size
by Peter P Waskiewicz Jr
· 17 years ago
a25606c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
607bfbf
[TCP]: Fix shrinking windows with window scaling
by Patrick McHardy
· 17 years ago
d0ebf13
[NETFILTER]: ipt_recent: sanity check hit count
by Daniel Hokka Zakrisson
· 17 years ago
938b93a
[NET]: Add debugging names to __RW_LOCK_UNLOCKED macros.
by Robert P. J. Day
· 17 years ago
577f99c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
5e226e4
[IPV4]: esp_output() misannotations
by Al Viro
· 17 years ago
e6f1ceb
[NET] endianness noise: INADDR_ANY
by Al Viro
· 17 years ago
5ea3a74
[TCP]: Prevent sending past receiver window with TSO (at last skb)
by Ilpo Järvinen
· 17 years ago
db8dac2
[UDP]: Revert udplite and code split.
by David S. Miller
· 17 years ago
0dc4787
net: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
ee6b967
[IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts
by Eric Dumazet
· 17 years ago
255333c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 17 years ago
dea75bd
[IPCONFIG]: The kernel gets no IP from some DHCP servers
by Stephen Hemminger
· 17 years ago
ed58dd4
[ESP]: Add select on AUTHENC
by Herbert Xu
· 17 years ago
6b3d626
[TCP]: TCP cubic v2.2
by Sangtae Ha
· 17 years ago
8be8af8
[IPV4] UDP: Move IPv4-specific bits to other file.
by YOSHIFUJI Hideaki
· 17 years ago
e898d4d
[UDP]: Allow users to configure UDP-Lite.
by YOSHIFUJI Hideaki
· 17 years ago
c6aefaf
[TCP]: Add IPv6 support to TCP SYN cookies
by Glenn Griffin
· 17 years ago
11baab7
[TCP]: lower stack usage in cookie_hash() function
by Eric Dumazet
· 17 years ago
988b705
[ARP]: Introduce the arp_hdr_len helper.
by Pavel Emelyanov
· 17 years ago
d152a7d
[TCP]: Must count fack_count also when skipping
by Ilpo Järvinen
· 17 years ago
7cd04fa
[TCP]: Merge exit paths in tcp_v4_conn_request.
by Denis V. Lunev
· 17 years ago
da7ef33
[IPV4]: skb->dst can't be NULL in ip_options_echo.
by Denis V. Lunev
· 17 years ago
1d1c8d1
[ICMP]: Section conflict between icmp_sk_init/icmp_sk_exit.
by Denis V. Lunev
· 17 years ago
fd80eb9
[INET]: Remove struct dst_entry *dst from request_sock_ops.rtx_syn_ack.
by Denis V. Lunev
· 17 years ago
665bba1
[NETFILTER/RXRPC]: Don't use seq_release_private where inappropriate.
by Pavel Emelyanov
· 17 years ago
4a6ad7a
[NETNS]: Make icmp_sk per namespace.
by Denis V. Lunev
· 17 years ago
5c8cafd
[NETNS]: icmp(v6)_sk should not pin a namespace.
by Denis V. Lunev
· 17 years ago
79c9115
[ICMP]: Allocate data for __icmp(v6)_sk dynamically.
by Denis V. Lunev
· 17 years ago
405666d
[ICMP]: Pass proper ICMP socket into icmp(v6)_xmit_(un)lock.
by Denis V. Lunev
· 17 years ago
b7e729c
[ICMP]: Store sock rather than socket for ICMP flow control.
by Denis V. Lunev
· 17 years ago
1e3cf68
[ICMP]: Optimize icmp_socket usage.
by Denis V. Lunev
· 17 years ago
a5710d6
[ICMP]: Add return code to icmp_init.
by Denis V. Lunev
· 17 years ago
9b0f976
[INET]: Remove struct net_proto_family* from _init calls.
by Denis V. Lunev
· 17 years ago
0bc8c7b
[TCP]: BIC web page link is corrected.
by Sangtae Ha
· 17 years ago
c4544c7
[NETNS]: Process inet_select_addr inside a namespace.
by Denis V. Lunev
· 17 years ago
3776c88
[NETNS]: Enable IPv4 address manipulations inside namespace.
by Denis V. Lunev
· 17 years ago
1937504
[NETNS]: Enable all routing manipulation via netlink inside namespace.
by Denis V. Lunev
· 17 years ago
e5b13cb
[NETNS]: Process devinet ioctl in the correct namespace.
by Denis V. Lunev
· 17 years ago
73b3871
[NETNS]: Register /proc/net/rt_cache for each namespace.
by Denis V. Lunev
· 17 years ago
a75e936
[NETNS]: Process /proc/net/rt_cache inside a namespace.
by Denis V. Lunev
· 17 years ago
642d631
[IPV4]: rt_cache_get_next should take rt_genid into account.
by Denis V. Lunev
· 17 years ago
317805b
[NETNS]: Process ip_rt_redirect in the correct namespace.
by Denis V. Lunev
· 17 years ago
be162d6
[NETNS]: Enable inetdev_event notifier.
by Denis V. Lunev
· 17 years ago
2430aa8
[NETNS]: Disable multicaststing configuration inside non-initial namespace.
by Denis V. Lunev
· 17 years ago
6fc6862
[NETFILTER]: Consolidate masq_inet_event and masq_device_event.
by Denis V. Lunev
· 17 years ago
7702072
[IPV4]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
21e4318
[IPCOMP]: Disable BH on output when using shared tfm
by Herbert Xu
· 17 years ago
b37d428b
[INET]: Don't create tunnels with '%' in name.
by Pavel Emelyanov
· 17 years ago
148f972
[IPV4]: Reset scope when changing address
by Bjorn Mork
· 17 years ago
34cc7ba
[IP_TUNNEL]: Don't limit the number of tunnels with generic name explicitly.
by Pavel Emelyanov
· 17 years ago
eb1197b
[NETFILTER]: Fix incorrect use of skb_make_writable
by Joonwoo Park
· 17 years ago
e2b58a6
[NETFILTER]: {ip,ip6,nfnetlink}_queue: fix SKB_LINEAR_ASSERT when mangling packet data
by Patrick McHardy
· 17 years ago
94cb150
ipv4/fib_hash.c: fix NULL dereference
by Adrian Bunk
· 17 years ago
9bf1d83
[TCP]: Fix tcp_v4_send_synack() comment
by Kris Katterjohn
· 17 years ago
9c00409
[IPV4]: fix alignment of IP-Config output
by Uwe Kleine-Koenig
· 17 years ago
9ff5660
Revert "[NDISC]: Fix race in generic address resolution"
by David S. Miller
· 17 years ago
324b576
[INET]: Unexport inet_listen_wlock
by Adrian Bunk
· 17 years ago
74da4d3
[INET]: Unexport __inet_hash_connect
by Adrian Bunk
· 17 years ago
b318e0e
[IPSEC]: Fix bogus usage of u64 on input sequence number
by Herbert Xu
· 17 years ago
69cc64d
[NDISC]: Fix race in generic address resolution
by David S. Miller
· 17 years ago
8315f5d
fib_trie: /proc/net/route performance improvement
by Stephen Hemminger
· 17 years ago
ec28cf7
fib_trie: handle empty tree
by Stephen Hemminger
· 17 years ago
e4f8b5d
[IPV4]: Remove IP_TOS setting privilege checks.
by David S. Miller
· 17 years ago
cd557bc
[IGMP]: Optimize kfree_skb in igmp_rcv.
by Denis V. Lunev
· 17 years ago
4136cd5
[IPV4]: route: fix crash ip_route_input
by Patrick McHardy
· 17 years ago
86577c6
[NETFILTER]: nf_conntrack: fix ct_extend ->move operation
by Patrick McHardy
· 17 years ago
9c1ca6e
ipvs: Make wrr "no available servers" error message rate-limited
by Sven Wegener
· 17 years ago
3d412f6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
eda61d3
NetLabel: introduce a new kernel configuration API for NetLabel
by Paul Moore
· 17 years ago
8cf2294
[ICMP]: Restore pskb_pull calls in receive function
by Herbert Xu
· 17 years ago
5d8c0aa
[INET]: Fix accidentally broken inet(6)_hash_connect's port offset calculations.
by Pavel Emelyanov
· 17 years ago
b9c4d82
[IPV4]: Formatting fix for /proc/net/fib_trie.
by Denis V. Lunev
· 17 years ago
322c8a3
[IPSEC] xfrm4_beet_input(): fix an if()
by Adrian Bunk
· 17 years ago
ab1e0a1
[SOCK] proto: Add hashinfo member to struct proto
by Arnaldo Carvalho de Melo
· 17 years ago
4814bdb
[NETNS]: Lookup in FIB semantic hashes taking into account the namespace.
by Denis V. Lunev
· 17 years ago
7462bd74
[NETNS]: Add a namespace mark to fib_info.
by Denis V. Lunev
· 17 years ago
85326fa
[IPV4]: fib_sync_down rework.
by Denis V. Lunev
· 17 years ago
4b8aa9a
[NETNS]: Process interface address manipulation routines in the namespace.
by Denis V. Lunev
· 17 years ago
7b21857
[IPV4]: Small style cleanup of the error path in rtm_to_ifaddr.
by Denis V. Lunev
· 17 years ago
dce5cbe
[IPV4]: Fix memory leak on error path during FIB initialization.
by Denis V. Lunev
· 17 years ago
30a50cc
[TCP]: Unexport sysctl_tcp_tso_win_divisor
by Adrian Bunk
· 17 years ago
Next »