Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_kernel_shift_sdm845
/
d658f8a0e63b6476148162aa7a3ffffc58dcad52
/
net
/
ipv4
d658f8a
ipv4: ipmr: remove net pointer from struct mfc_cache
by Patrick McHardy
· 15 years ago
e258beb
ipv4: ipmr: move unres_queue and timer to per-namespace data
by Patrick McHardy
· 15 years ago
0f87b1d
net: fib_rules: decouple address families from real address families
by Patrick McHardy
· 15 years ago
28bb172
net: fib_rules: set family in fib_rule_hdr centrally
by Patrick McHardy
· 15 years ago
d8a566b
net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.
by Patrick McHardy
· 15 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
2e8e18e
tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb
by David S. Miller
· 15 years ago
bb29624
inet: Remove unused send_check length argument
by Herbert Xu
· 15 years ago
419f9f8
tcp: Handle CHECKSUM_PARTIAL for SYNACK packets for IPv4
by Herbert Xu
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
4a1032f
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
ae4e8d6
Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"
by David S. Miller
· 15 years ago
2626419
tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb
by David S. Miller
· 15 years ago
1223c67
udp: fix for unicast RX path optimization
by Jorge Boncompte [DTI2]
· 15 years ago
80c802f
xfrm: cache bundles instead of policies for outgoing flows
by Timo Teräs
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
cb4361c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
1f8438a
icmp: Account for ICMP out errors
by Eric Dumazet
· 15 years ago
22bedad
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
d4fc6db
ipv4: remove redundant verification code
by Hagen Paul Pfeifer
· 15 years ago
6503d96
net: check the length of the socket address passed to connect(2)
by Changli Gao
· 15 years ago
baff42a
net: Fix oops from tcp_collapse() when using splice()
by Steven J. Magnani
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
7438189
net: ipmr/ip6mr: prevent out-of-bounds vif_table access
by Nicolas Dichtel
· 15 years ago
6a2bad7
ipv4: Restart rt_intern_hash after emergency rebuild (v2)
by Pavel Emelyanov
· 15 years ago
b35ecb5
ipv4: Cleanup struct net dereference in rt_intern_hash
by Pavel Emelyanov
· 15 years ago
4b97efd
net: fix netlink address dumping in IPv4/IPv6
by Patrick McHardy
· 15 years ago
b138338
net: remove trailing space in messages
by Frans Pop
· 15 years ago
243aad8
ip_gre: include route header_len in max_headroom calculation
by Timo Teräs
· 15 years ago
5e016cb
ipv4: Don't drop redirected route cache entry unless PTMU actually expired
by Guenter Roeck
· 15 years ago
ec733b15
net: snmp mib cleanup
by Eric Dumazet
· 15 years ago
907cdda
tcp: Add SNMP counter for DEFER_ACCEPT
by Eric Dumazet
· 15 years ago
634a4b2
net: suppress lockdep-RCU false positive in FIB trie.
by Paul E. McKenney
· 15 years ago
e77c8e8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
73852e8
NET_DMA: free skbs periodically
by Steven J. Magnani
· 15 years ago
6830c25
tcp: Fix tcp_mark_head_lost() with packets == 0
by Lennart Schulte
· 15 years ago
a50436f2
net: ipmr/ip6mr: fix potential out-of-bounds vif_table access
by Patrick McHardy
· 15 years ago
97e3ecd
TCP: check min TTL on received ICMP packets
by stephen hemminger
· 15 years ago
d11a4dc
ipv4: check rt_genid in dst_check
by Timo Teräs
· 15 years ago
b634f87
tcp: Fix OOB POLLIN avoidance.
by Alexandra Kossovsky
· 15 years ago
93d9b7d
net: rename notifier defines for netdev type change
by Jiri Pirko
· 15 years ago
6ce1a6d
net: tcp: make veno selectable as default congestion module
by Jan Engelhardt
· 15 years ago
dd2acaa
net: tcp: make hybla selectable as default congestion module
by Jan Engelhardt
· 15 years ago
858a18a
route: Fix caught BUG_ON during rt_secret_rebuild_oneshot()
by Vitaliy Gusev
· 15 years ago
d89b218
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 15 years ago
964ad81
ipconfig: Handle devices which take some time to come up.
by David S. Miller
· 15 years ago
bb134d5
tcp: Fix tcp_v4_rcv()
by Eric Dumazet
· 15 years ago
28b2774
tcp: Fix tcp_make_synack()
by Eric Dumazet
· 15 years ago
9837638
net: fix route cache rebuilds
by Eric Dumazet
· 15 years ago
6cce09f
tcp: Add SNMP counters for backlog and min_ttl drops
by Eric Dumazet
· 15 years ago
318ae2e
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
a3a858f
net: backlog functions rename
by Zhu Yi
· 15 years ago
5534979
udp: use limited socket backlog
by Zhu Yi
· 15 years ago
6b03a53
tcp: use limited socket backlog
by Zhu Yi
· 15 years ago
6d55cb9
gre: fix hard header destination address checking
by Timo Teräs
· 15 years ago
87c1e12
ipsec: Fix bogus bundle flowi
by Herbert Xu
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
38bdbd8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
6b4ff2d
netfilter: xtables: restore indentation
by Jan Engelhardt
· 15 years ago
0448873
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a898def
net: Add checking to rcu_dereference() primitives
by Paul E. McKenney
· 15 years ago
54831a8
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
0f23421
netfilter: xtables: reduce arguments to translate_table
by Jan Engelhardt
· 15 years ago
6bdb331
netfilter: xtables: optimize call flow around xt_ematch_foreach
by Jan Engelhardt
· 15 years ago
dcea992
netfilter: xtables: replace XT_MATCH_ITERATE macro
by Jan Engelhardt
· 15 years ago
0559518
netfilter: xtables: optimize call flow around xt_entry_foreach
by Jan Engelhardt
· 15 years ago
72b2b1d
netfilter: xtables: replace XT_ENTRY_ITERATE macro
by Jan Engelhardt
· 15 years ago
bd55775
xfrm: SA lookups signature with mark
by Jamal Hadi Salim
· 15 years ago
88af182
net: Fix sysctl restarts...
by Eric W. Biederman
· 15 years ago
7e38017
net: TCP thin dupack
by Andreas Petlund
· 15 years ago
36e31b0a
net: TCP thin linear timeouts
by Andreas Petlund
· 15 years ago
3ffe533
ipv6: drop unused "dev" arg of icmpv6_send()
by Alexey Dobriyan
· 15 years ago
37ee3d5
netfilter: nf_defrag_ipv4: fix compilation error with NF_CONNTRACK=n
by Patrick McHardy
· 15 years ago
9f0beba
ipmr: remove useless checks from ipmr_device_event
by Pavel Emelyanov
· 15 years ago
7d720c3
percpu: add __percpu sparse annotations to net
by Tejun Heo
· 15 years ago
2bb4646
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
54716e3
net neigh: Decouple per interface neighbour table controls from binary sysctls
by Eric W. Biederman
· 15 years ago
0229168
net ipv4: Decouple ipv4 interface parameters from binary sysctl numbers
by Eric W. Biederman
· 15 years ago
d5aa407
tunnels: fix netns vs proto registration ordering
by Alexey Dobriyan
· 15 years ago
c2892f0
gre: fix netns vs proto registration ordering
by Alexey Dobriyan
· 15 years ago
10e7454
ipcomp: Avoid duplicate calls to ipcomp_destroy
by Herbert Xu
· 15 years ago
749f621
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6
by David S. Miller
· 15 years ago
5d0aa2c
netfilter: nf_conntrack: add support for "conntrack zones"
by Patrick McHardy
· 15 years ago
8fea97e
netfilter: nf_conntrack: pass template to l4proto ->error() handler
by Patrick McHardy
· 15 years ago
d5d1baa
netfilter: xtables: add const qualifiers
by Jan Engelhardt
· 16 years ago
739674f
netfilter: xtables: constify args in compat copying functions
by Jan Engelhardt
· 16 years ago
fa96a0e
netfilter: iptables: remove unused function arguments
by Jan Engelhardt
· 15 years ago
5ecccb7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
81d54ec
udp: remove redundant variable
by Gerrit Renker
· 15 years ago
c6b471e
inet: Remove bogus IGMPv3 report handling
by Herbert Xu
· 15 years ago
b2907e5
netfilter: xtables: fix mangle tables
by Alexey Dobriyan
· 15 years ago
48f8ac2
netfilter: nf_nat_sip: add TCP support
by Patrick McHardy
· 15 years ago
010c0b9
netfilter: nf_nat: support mangling a single TCP packet multiple times
by Patrick McHardy
· 15 years ago
f5b321b
netfilter: nf_conntrack_sip: add TCP support
by Patrick McHardy
· 15 years ago
3b6b9fa
netfilter: nf_conntrack_sip: pass data offset to NAT functions
by Patrick McHardy
· 15 years ago
5988564
tcp: fix ICMP-RTO war
by Damian Lukowski
· 15 years ago
e3eaa99
netfilter: xtables: generate initial table on-demand
by Jan Engelhardt
· 16 years ago
2b95efe
netfilter: xtables: use xt_table for hook instantiation
by Jan Engelhardt
· 16 years ago
2b21e05
netfilter: xtables: compact table hook functions (2/2)
by Jan Engelhardt
· 16 years ago
737535c
netfilter: xtables: compact table hook functions (1/2)
by Jan Engelhardt
· 16 years ago
Next »