Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
325ed8239309cb29f10ea58c5a668058ead11479
/
net
/
ipv4
325ed82
[NET]: Fix packet timestamping.
by Herbert Xu
· 19 years ago
09e9ec8
[TCP]: Don't over-clamp window in tcp_clamp_window()
by Alexey Kuznetsov
· 19 years ago
01ff367
[TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735
by David S. Miller
· 19 years ago
6b25185
[TCP]: Fix init_cwnd calculations in tcp_select_initial_window()
by David S. Miller
· 19 years ago
188bab3
[NETFILTER]: Fix invalid module autoloading by splitting iptable_nat
by Harald Welte
· 19 years ago
8ddec746
[NETFILTER] ip_conntrack: Update event cache when status changes
by Harald Welte
· 19 years ago
d67b24c
[NETFILTER]: Fix ip[6]t_NFQUEUE Kconfig dependency
by Harald Welte
· 19 years ago
1dfbab5
[NETFILTER] Fix conntrack event cache deadlock/oops
by Harald Welte
· 19 years ago
6749720
[NETFILTER] Fix sparse endian warnings in pptp helper
by Alexey Dobriyan
· 19 years ago
0ae5d25
[NETFILTER] fix DEBUG statement in PPTP helper
by Harald Welte
· 19 years ago
83ca28b
[TCP]: Adjust Reno SACK estimate in tcp_fragment
by Herbert Xu
· 19 years ago
7957aed
[TCP]: Set default congestion control correctly for incoming connections.
by Stephen Hemminger
· 19 years ago
78c6671
[FIB_TRIE]: message cleanup
by Stephen Hemminger
· 19 years ago
875bd5a
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
6d1cfe3
[PATCH] raw_sendmsg DoS on 2.6
by Mark J Cox
· 19 years ago
e14c3ca
[TCP]: Handle SACK'd packets properly in tcp_fragment().
by Herbert Xu
· 19 years ago
8922bc9
[NETFILTER]: Export ip_nat_port_{nfattr_to_range,range_to_nfattr}
by Harald Welte
· 19 years ago
a41bc00
[NETFILTER]: Rename misnamed function
by Patrick McHardy
· 19 years ago
926b50f
[NETFILTER]: Add new PPTP conntrack and NAT helper
by Harald Welte
· 19 years ago
772cb71
[IPV4]: fib_trie RCU refinements
by Robert Olsson
· 19 years ago
1d25cd6
[IPV4]: fib_trie tnode stats refinements
by Robert Olsson
· 19 years ago
628f87f
[NETFILTER]: Solve Kconfig dependency problem
by Harald Welte
· 19 years ago
777ed97
[NETFILTER] Fix Kconfig dependencies for nfnetlink/ctnetlink
by Harald Welte
· 19 years ago
a8f3914
[NETFILTER]: Fix oops in conntrack event cache
by Harald Welte
· 19 years ago
136e92b
[NETFILTER] CLUSTERIP: use a bitmap to store node responsibility data
by KOVACS Krisztian
· 19 years ago
4451362
[NETFILTER] CLUSTERIP: introduce reference counting for entries
by KOVACS Krisztian
· 19 years ago
87375ab
[IPVS]: ip_vs_ftp breaks connections using persistence
by Julian Anastasov
· 19 years ago
f5e229d
[IPVS]: Really invalidate persistent templates
by Julian Anastasov
· 19 years ago
de9daad
[MCAST]: Fix MCAST_EXCLUDE line dupes
by Denis Lukianov
· 19 years ago
3c05d92
[TCP]: Compute in_sacked properly when we split up a TSO frame.
by Herbert Xu
· 19 years ago
adcb5ad1
[NETFILTER]: Fix DHCP + MASQUERADE problem
by Patrick McHardy
· 19 years ago
cd0bf2d
[NETFILTER]: Fix rcu race in ipt_REDIRECT
by Patrick McHardy
· 19 years ago
e7fa1bd
[NETFILTER]: Simplify netbios helper
by Patrick McHardy
· 19 years ago
5cb3064
[NETFILTER]: Use correct type for "ports" module parameter
by Patrick McHardy
· 19 years ago
121caf5
[NET]: fix-up schedule_timeout() usage
by Nishanth Aravamudan
· 19 years ago
e130af5
[TCP]: Fix double adjustment of tp->{lost,left}_out in tcp_fragment().
by Herbert Xu
· 19 years ago
1d8674e
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
8d06afa
[PATCH] timer initialization cleanup: DEFINE_TIMER
by Ingo Molnar
· 19 years ago
b835996
[PATCH] files: lock-free fd look-up
by Dipankar Sarma
· 19 years ago
cb7b593
[IPV4] fib_trie: fix proc interface
by Stephen Hemminger
· 19 years ago
e104411b
[XFRM]: Always release dst_entry on error in xfrm_lookup
by Patrick McHardy
· 19 years ago
cf0b450
[TCP]: Fix off by one in tcp_fragment() "already sent" test.
by Herbert Xu
· 19 years ago
3a93481
[NETFILTER]: ip_conntrack_netbios_ns.c gcc-2.95.x build fix
by Andrew Morton
· 19 years ago
ce723d8
[IPV4]: Fix refcount damaging in net/ipv4/route.c
by Julian Anastasov
· 19 years ago
e308e25
[IPV4] udp: trim forgets about CHECKSUM_HW
by Stephen Hemminger
· 19 years ago
48bc41a
[IPV4]: Reassembly trim not clearing CHECKSUM_HW
by Stephen Hemminger
· 19 years ago
e446639
[NETFILTER]: Missing unlock in TCP connection tracking error path
by Patrick McHardy
· 19 years ago
49719eb
[NETFILTER]: kill __ip_ct_expect_unlink_destroy
by Pablo Neira Ayuso
· 19 years ago
91c46e2
[NETFILTER]: Don't increase master refcount on expectations
by Pablo Neira Ayuso
· 19 years ago
03486a4
[NETFILTER]: Handle NAT module load race
by Patrick McHardy
· 19 years ago
31c913e
[NETFILTER]: Fix CONNMARK Kconfig dependency
by Yasuyuki Kozakai
· 19 years ago
a2978ae
[NETFILTER]: Add NetBIOS name service helper
by Patrick McHardy
· 19 years ago
2248bcf
[NETFILTER]: Add support for permanent expectations
by Patrick McHardy
· 19 years ago
fb5f5e6
[TCP]: Fix TCP_OFF() bug check introduced by previous change.
by Herbert Xu
· 19 years ago
43d6066
[IPV4]: net/ipv4/ipconfig.c should #include <linux/nfs_fs.h>
by Adrian Bunk
· 19 years ago
6475be1
[TCP]: Keep TSO enabled even during loss events.
by David S. Miller
· 19 years ago
ef01578
[TCP]: Fix sk_forward_alloc underflow in tcp_sendmsg
by Herbert Xu
· 19 years ago
d80d99d
[NET]: Add sk_stream_wmem_schedule
by Herbert Xu
· 19 years ago
573dbd9
[CRYPTO]: crypto_free_tfm() callers no longer need to check for NULL
by Jesper Juhl
· 19 years ago
5170dbe
[NETFILTER]: CLUSTERIP: fix memcpy() length typo
by KOVACS Krisztian
· 19 years ago
5f2c3b9
[NETFILTER]: Add new iptables TTL target
by Harald Welte
· 19 years ago
ba89966
[NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers
by Eric Dumazet
· 19 years ago
29cb9f9
[LIB]: Make TEXTSEARCH_BM plain tristate like the others
by David S. Miller
· 19 years ago
2373ce1
[IPV4]: Convert FIB Trie to RCU.
by Robert Olsson
· 19 years ago
e5b4376
[IPV4]: Prepare FIB core for RCU.
by Robert Olsson
· 19 years ago
3625796
[IPV4]: Module export of ip_rcv() no longer needed.
by Ralf Baechle
· 19 years ago
0c7770c
[IPV4]: FIB trie cleanup
by Stephen Hemminger
· 19 years ago
dc40c7b
[ICSK]: Generalise tcp_listen_poll
by Arnaldo Carvalho de Melo
· 19 years ago
0546534
[NETFILTER]: Add goto target
by Patrick McHardy
· 19 years ago
7567662
[NETFILTER]: Add string match
by Pablo Neira Ayuso
· 19 years ago
33d043d
[IPV4]: ip_finish_output() can be inlined
by Thomas Graf
· 19 years ago
9070683
[IPV4]: Remove some dead code from ip_forward()
by Thomas Graf
· 19 years ago
3e192be
[IPV4]: Avoid common branch mispredictions in ip_rcv_finish()
by Thomas Graf
· 19 years ago
d245407
[IPV4]: Move ip options parsing out of ip_rcv_finish()
by Thomas Graf
· 19 years ago
e9c6042
[IPV4]: Avoid common branch misprediction while checking csum in ip_rcv()
by Thomas Graf
· 19 years ago
5861524
[IPV4]: Consistency and whitespace cleanup of ip_rcv()
by Thomas Graf
· 19 years ago
bf0ff9e
[IPVS]: ipv4_table --> ipvs_ipv4_table
by David S. Miller
· 19 years ago
d179cd1
[NET]: Implement SKB fast cloning.
by David S. Miller
· 19 years ago
ba602a8
[IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init,exit}()
by David S. Miller
· 19 years ago
4c6ea29
[IP]: Introduce ip_options_get_from_user
by Arnaldo Carvalho de Melo
· 19 years ago
2038073
[NET]: Fix sparse warnings
by Arnaldo Carvalho de Melo
· 19 years ago
0662860
[NETLINK]: Add "groups" argument to netlink_kernel_create
by Patrick McHardy
· 19 years ago
ac6d439
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
by Patrick McHardy
· 19 years ago
db08052
[NETLINK]: Remove unused groups member from struct netlink_skb_parms
by Patrick McHardy
· 19 years ago
34b4a4a
[NETFILTER]: Remove tasklist_lock abuse in ipt{,6}owner
by Christoph Hellwig
· 19 years ago
000efe1
[NETFILTER]: Make NETMAP target usable in OUTPUT
by Gary Wayne Smith
· 19 years ago
9baa5c6
[NETFILTER]: Don't exclude local packets from MASQUERADING
by Patrick McHardy
· 19 years ago
a61bbcf
[NET]: Store skb->timestamp as offset to a base timestamp
by Patrick McHardy
· 19 years ago
25ed891
[NETFILTER]: Nicer names for ipt_connbytes constants
by Patrick McHardy
· 19 years ago
8ffde67
[NETFILTER]: Fix div64_64 in ipt_connbytes
by Patrick McHardy
· 19 years ago
9d810fd
[NETFILTER]: Add new iptables "connbytes" match
by Harald Welte
· 19 years ago
17b085e
[INET_DIAG]: Move the tcp_diag interface to the proper place
by Arnaldo Carvalho de Melo
· 19 years ago
a8c2190
[INET_DIAG]: Rename tcp_diag.[ch] to inet_diag.[ch]
by Arnaldo Carvalho de Melo
· 19 years ago
73c1f4a
[TCPDIAG]: Just rename everything to inet_diag
by Arnaldo Carvalho de Melo
· 19 years ago
4f5736c
[TCPDIAG]: Introduce inet_diag_{register,unregister}
by Arnaldo Carvalho de Melo
· 19 years ago
5324a04
[INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c
by Arnaldo Carvalho de Melo
· 19 years ago
505cbfc
[IPV6]: Generalise the tcp_v6_lookup routines
by Arnaldo Carvalho de Melo
· 19 years ago
e41aac4
[TCPDIAG]: Introduce CONFIG_IP_TCPDIAG_DCCP
by Arnaldo Carvalho de Melo
· 19 years ago
540722f
[TCPDIAG]: Implement cheapest way of supporting DCCPDIAG_GETSOCK
by Arnaldo Carvalho de Melo
· 19 years ago
6687e98
[ICSK]: Move TCP congestion avoidance members to icsk
by Arnaldo Carvalho de Melo
· 19 years ago
Next »