Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4d7672b46244abffea1953e55688c0ea143dd617
/
net
d3a880e
[PATCH] Address of void __user * is void __user * *, not void * __user *
by Al Viro
· 19 years ago
a388442
[VLAN]: Fix hardware rx csum errors
by Stephen Hemminger
· 19 years ago
1542272
[GRE]: Fix hardware checksum modification
by Herbert Xu
· 19 years ago
2edc268
[PKT_SCHED]: Disable debug tracing logs by default in packet action API.
by David S. Miller
· 19 years ago
a1493d9
[IPV6] addrconf: Do not print device pointer in privacy log message.
by David S. Miller
· 19 years ago
1cf9e8a
[PATCH] ieee80211_crypt_tkip depends on NET_RADIO
by Olaf Hering
· 19 years ago
14ee0a1
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/nf-2.6
by Linus Torvalds
· 19 years ago
2f9616d
[NETFILTER]: ip_nat_tftp: Fix expectation NAT
by Marcus Sundberg
· 19 years ago
ecc51b6
[TCPv6]: Fix skb leak
by Arnaldo Carvalho de Melo
· 19 years ago
73d4f84
[IPv6] IPsec: fix pmtu calculation of esp
by Kazunori MIYAZAWA
· 19 years ago
246a421
[NET]: Fix NULL pointer deref in checksum debugging.
by Stephen Hemminger
· 19 years ago
4ebf0ae
[AF_PACKET]: Convert PACKET_MMAP over to vm_insert_page().
by David S. Miller
· 19 years ago
dfb4b9d
[TCP] Vegas: timestamp before clone
by David S. Miller
· 19 years ago
0d7bef6
[TCP] Vegas: Remove extra call to tcp_vegas_rtt_calc
by Thomas Young
· 19 years ago
5b49561
[TCP] Vegas: stop resetting rtt every ack
by Thomas Young
· 19 years ago
1f12bcc
[DECNET]: add memory buffer settings
by Steven Whitehouse
· 19 years ago
dab9630
[NET]: make function pointer argument parseable by kernel-doc
by Martin Waitz
· 19 years ago
2fdf1fa
[NETFILTER]: Don't use conntrack entry after dropping the reference
by Patrick McHardy
· 19 years ago
266c854
[NETFILTER]: Fix unbalanced read_unlock_bh in ctnetlink
by Patrick McHardy
· 19 years ago
6636568
[NETFILTER]: Wait for untracked references in nf_conntrack module unload
by Patrick McHardy
· 19 years ago
a795756
[NETFILTER]: Mark ctnetlink as EXPERIMENTAL
by Patrick McHardy
· 19 years ago
0be7fa9
[NETFILTER]: Fix CTA_PROTO_NUM attribute size in ctnetlink
by Patrick McHardy
· 19 years ago
afe5c6b
[NETFILTER]: Fix ip_conntrack_flush abuse in ctnetlink
by Patrick McHardy
· 19 years ago
3ebbe0c
[NETFILTER]: nfnetlink: Fix calculation of minimum message length
by Yasuyuki Kozakai
· 19 years ago
f16c910
[NETFILTER]: nf_conntrack: Fix missing check for ICMPv6 type
by Yasuyuki Kozakai
· 19 years ago
8d1ca69
[NETFILTER]: Fix incorrect argument to ip_nat_initialized() in ctnetlink
by Pablo Neira Ayuso
· 19 years ago
bb184f3
SUNRPC: Fix Oopsable condition in rpc_pipefs
by Trond Myklebust
· 19 years ago
af1afe8
[IPV6]: Load protocol module dynamically.
by YOSHIFUJI Hideaki
· 19 years ago
86c8f9d
[IPV4] Fix EPROTONOSUPPORT error in inet_create
by Herbert Xu
· 19 years ago
24c6927
[IGMP]: workaround for IGMP v1/v2 bug
by David Stevens
· 19 years ago
bf031ff
[SCTP]: Fix getsockname for sctp when an ipv6 socket accepts a connection from
by Neil Horman
· 19 years ago
6736dc3
[SCTP]: Return socket errors only if the receive queue is empty.
by Neil Horman
· 19 years ago
ea86575
[NETLINK]: Fix processing of fib_lookup netlink messages
by Thomas Graf
· 19 years ago
2a43c4a
[NETFILTER]: Fix recent match jiffies wrap mismatches
by Phil Oester
· 19 years ago
73f3060
[NETFILTER]: Ignore ACKs ACKs on half open connections in TCP conntrack
by Jozsef Kadlecsik
· 19 years ago
34a0b3c
[IPV6]: make two functions static
by Adrian Bunk
· 19 years ago
d127e94
[NETFILTER] ipv4: small cleanups
by Adrian Bunk
· 19 years ago
4b30b1c
[IPV4]: make two functions static
by Adrian Bunk
· 19 years ago
9b5b5cf
[NET]: Add const markers to various variables.
by Arjan van de Ven
· 19 years ago
64bf69d
[ATM]: deregistration removes device from atm_devs list immediately
by Stanislaw Gruszka
· 19 years ago
aaaaaad
[ATM]: avoid race conditions related to atm_devs list
by Stanislaw Gruszka
· 19 years ago
50accc9
[ATM]: attempt to autoload atm drivers
by Mitchell Blank Jr
· 19 years ago
c219750
[ATM]: atm_pcr_goal() doesn't modify its argument's contents -- mark it as const
by Mitchell Blank Jr
· 19 years ago
c9933d0
[ATM]: always return the first interface for ATM_ITF_ANY
by Mitchell Blank Jr
· 19 years ago
18955cf
[IPV4] tcp/route: Another look at hash table sizes
by Mike Stroyan
· 19 years ago
220bbd7
[IPV6]: Implement appropriate dummy rule 4 in ipv6_dev_get_saddr().
by YOSHIFUJI Hideaki
· 19 years ago
b3eb67a
SUNRPC: Funny looking code in __rpc_purge_upcall
by Trond Myklebust
· 19 years ago
133747e
[BRIDGE]: recompute features when adding a new device
by Olaf Rempel
· 19 years ago
de91982
[NETFILTER]: ip_conntrack_netlink.c needs linux/interrupt.h
by Benoit Boissinot
· 19 years ago
00cb277
[NETFILTER] ctnetlink: Fix refcount leak ip_conntrack/nat_proto
by Pablo Neira Ayuso
· 19 years ago
0ff60a4
[IPV4]: Fix secondary IP addresses after promotion
by Jamal Hadi Salim
· 19 years ago
c27bd49
[NETLINK]: Use tgid instead of pid for nlmsg_pid
by Herbert Xu
· 19 years ago
a516b04
[DCCP]: Add missing no_policy flag to struct net_protocol
by Patrick McHardy
· 19 years ago
2b8f2ff
[NETFILTER]: fixed dependencies between modules related with ip_conntrack
by Yasuyuki Kozakai
· 19 years ago
c9e53cb
[FIB_TRIE]: Don't show local table in /proc/net/route output
by Patrick McHardy
· 19 years ago
1ef4320
Merge git://git.skbuff.net/gitroot/yoshfuji/linux-2.6.14+advapi-fix/
by David S. Miller
· 19 years ago
5d5780d
[IPV6]: Acquire addrconf_hash_lock for read in addrconf_verify(...)
by Yan Zheng
· 19 years ago
fb0d366
[NET]: Reject socket filter if division by constant zero is attempted.
by Kris Katterjohn
· 19 years ago
aa87516
[PKT_SCHED]: sch_netem: correctly order packets to be sent simultaneously
by Andrea Bittau
· 19 years ago
df9890c
[IPV6]: Fix sending extension headers before and including routing header.
by YOSHIFUJI Hideaki
· 19 years ago
a305989
[IPV6]: Fix calculation of AH length during filling ancillary data.
by Ville Nuorvala
· 19 years ago
8b8aa4b
[IPV6]: Fix memory management error during setting up new advapi sockopts.
by YOSHIFUJI Hideaki
· 19 years ago
9e147a1c
[IPV6]: Fib dump really needs GFP_ATOMIC.
by David S. Miller
· 19 years ago
05b8b0f
[NET]: Sanitize NET_SCHED protection in /net/sched/Kconfig
by Roman Zippel
· 19 years ago
3819982
[LLC]: Fix compiler warnings introduced by TX window scaling changes.
by David S. Miller
· 19 years ago
2fce76a
[NETFILTER] ip_conntrack: fix ftp/irc/tftp helpers on ports >= 32768
by Harald Welte
· 19 years ago
bd6af70
[TCP]: TCP highspeed build error
by Stephen Hemminger
· 19 years ago
4a59a81
[NETFILTER]: Fix nf_conntrack compilation with CONFIG_NETFILTER_DEBUG
by Patrick McHardy
· 19 years ago
e7c8a41
[IPV4,IPV6]: replace handmade list with hlist in IPv{4,6} reassembly
by Yasuyuki Kozakai
· 19 years ago
f6ff56c
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 19 years ago
5a6f294e4
[NETFILTER] Free layer-3 specific protocol tables at cleanup
by KOVACS Krisztian
· 19 years ago
9647937
[NETFILTER] Remove nf_conntrack stat proc file when cleaning up
by KOVACS Krisztian
· 19 years ago
31f3426
[TCP]: More spelling fixes.
by Stephen Hemminger
· 19 years ago
1887b93
[PATCH] knfsd: make sure nfsd doesn't hog a cpu forever
by NeilBrown
· 19 years ago
451677c
[LLC]: Make core block on remote busy.
by Jochen Friedrich
· 19 years ago
59c6196
[LLC]: Fix TX window scaling
by Jochen Friedrich
· 19 years ago
cb422c4
[IPV6]: Fixes sparse warning in ipv6/ipv6_sockglue.c
by Luiz Capitulino
· 19 years ago
12da2a4
[IPV6]: small fix for ipv6_dev_get_saddr(...)
by Yan Zheng
· 19 years ago
302fe17
[NETFILTER] fix leak of fragment queue at unloading nf_conntrack_ipv6
by Yasuyuki Kozakai
· 19 years ago
1ba430b
[NETFILTER] nf_conntrack: fix possibility of infinite loop while evicting nf_ct_frag6_queue
by Yasuyuki Kozakai
· 19 years ago
7686a02
[NETFILTER]: fix type of sysctl variables in nf_conntrack_ipv6
by Yasuyuki Kozakai
· 19 years ago
9bdf87d
[NETFILTER]: cleanup IPv6 Netfilter Kconfig
by Yasuyuki Kozakai
· 19 years ago
47d4305b
[NETFILTER]: link 'netfilter' before ipv4
by Krzysztof Oledzki
· 19 years ago
37d2e7a
[NETFILTER] nfnetlink: unconditionally require CAP_NET_ADMIN
by Harald Welte
· 19 years ago
3746a2b
[NETFILTER] nf_conntrack: Add missing code to TCP conntrack module
by KOVACS Krisztian
· 19 years ago
5655820
[NETFILTER] ctnetlink: More thorough size checking of attributes
by Pablo Neira Ayuso
· 19 years ago
dbd36ea
[NETFILTER] ctnetlink: use size_t to make gcc-4.x happy
by Pablo Neira Ayuso
· 19 years ago
8225ccb
[IPV6]: Fix unnecessary GFP_ATOMIC allocation in fib6 dump
by Thomas Graf
· 19 years ago
a2d7222
[NETFILTER] {ip,nf}_conntrack TCP: Accept SYN+PUSH like SYN
by Vlad Drukker
· 19 years ago
efacfbc
[IPV6]: Fix rtnetlink dump infinite loop
by Herbert Xu
· 19 years ago
049b3ff
[SCTP]: Include ulpevents in socket receive buffer accounting.
by Neil Horman
· 19 years ago
1e7d3d9
[SCTP]: Remove timeouts[] array from sctp_endpoint.
by Vladislav Yasevich
· 19 years ago
23ec47a
[SCTP]: Fix potential NULL pointer dereference in sctp_v4_get_saddr
by Vladislav Yasevich
· 19 years ago
8eb5591
[IPV6]: Fix inet6_init missing unregister.
by David S. Miller
· 19 years ago
9eb5c94
[DECNET]: fix SIGPIPE
by Patrick Caulfield
· 19 years ago
c050970
[PATCH] TCP: fix vegas build
by Jeff Garzik
· 19 years ago
6a438bb
[TCP]: speed up SACK processing
by Stephen Hemminger
· 19 years ago
caa20d9a
[TCP]: spelling fixes
by Stephen Hemminger
· 19 years ago
326f36e
[TCP]: receive buffer growth limiting with mixed MTU
by John Heffner
· 19 years ago
9772efb
[TCP]: Appropriate Byte Count support
by Stephen Hemminger
· 19 years ago
Next »