index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] ieee80211: division by zero fix
Jiri Benc
2005-10-18
1
-9
/
+12
*
Merge branch 'master'
Jeff Garzik
2005-10-18
1
-1
/
+0
|
\
|
*
[NETFILTER]: Fix ip6_table.c build with NETFILTER_DEBUG enabled.
Andrew Morton
2005-10-15
1
-1
/
+0
*
|
Merge branch 'master'
Jeff Garzik
2005-10-13
64
-220
/
+580
|
\
\
|
|
/
|
*
[TCP]: Ratelimit debugging warning.
Herbert Xu
2005-10-13
1
-5
/
+7
|
*
[NET]: Disable NET_SCH_CLK_CPU for SMP x86 hosts
Andi Kleen
2005-10-13
1
-1
/
+3
|
*
[NETFILTER]: Fix OOPSes on machines with discontiguous cpu numbering.
David S. Miller
2005-10-13
4
-26
/
+48
|
*
[TCP]: Add code to help track down "BUG at net/ipv4/tcp_output.c:438!"
Herbert Xu
2005-10-12
1
-1
/
+8
|
*
[BRIDGE]: fix race on bridge del if
Stephen Hemminger
2005-10-12
1
-1
/
+1
|
*
[TWSK]: Grab the module refcount for timewait sockets
Arnaldo Carvalho de Melo
2005-10-10
1
-0
/
+1
|
*
[DCCP]: Transition from PARTOPEN to OPEN when receiving DATA packets
Arnaldo Carvalho de Melo
2005-10-10
1
-1
/
+5
|
*
[CCID]: Check if ccid is NULL in the hc_[tr]x_exit functions
Arnaldo Carvalho de Melo
2005-10-10
1
-2
/
+2
|
*
[NETFILTER] ctnetlink: add support to change protocol info
Pablo Neira Ayuso
2005-10-10
1
-0
/
+37
|
*
[NETFILTER] ctnetlink: allow userspace to change TCP state
Pablo Neira Ayuso
2005-10-10
1
-0
/
+23
|
*
[NETFILTER]: Use only 32bit counters for CONNTRACK_ACCT
Harald Welte
2005-10-10
2
-9
/
+12
|
*
[IPSEC] Fix block size/MTU bugs in ESP
Herbert Xu
2005-10-10
2
-6
/
+7
|
*
[IPSEC]: Use ALIGN macro in ESP
Herbert Xu
2005-10-10
2
-10
/
+12
|
*
[NETFILTER] ctnetlink: add one nesting level for TCP state
Pablo Neira Ayuso
2005-10-10
1
-0
/
+4
|
*
[NETFILTER] ctnetlink: ICMP ID is not mandatory
Pablo Neira Ayuso
2005-10-10
1
-2
/
+1
|
*
[NETFILTER] conntrack_netlink: Fix endian issue with status from userspace
Harald Welte
2005-10-10
1
-1
/
+2
|
*
[NETFILTER] nfnetlink: use highest bit of nfa_type to indicate nested TLV
Harald Welte
2005-10-10
1
-2
/
+2
|
*
[NETFILTER] ipt_ULOG: Mark ipt_ULOG as OBSOLETE
Harald Welte
2005-10-10
1
-1
/
+6
|
*
[NETFILTER] PPTP helper: Add missing Kconfig dependency
Harald Welte
2005-10-10
1
-0
/
+1
|
*
[PATCH] gfp flags annotations - part 1
Al Viro
2005-10-08
38
-102
/
+95
|
*
[ATM]: [br2684] if we free the skb, we should return 0
Jean-Denis Boyer
2005-10-07
1
-1
/
+1
|
*
[ATM]: add support for LECS addresses learned from network
Eric Kinzie
2005-10-06
3
-23
/
+60
|
*
[SCTP] Fix sctp_get{pl}addrs() API to work with 32-bit apps on 64-bit kernels.
Ivan Skytte Jørgensen
2005-10-06
1
-25
/
+227
|
*
[AX.25]: Fix packet socket crash
Ralf Baechle
2005-10-05
2
-2
/
+2
|
*
[IPSEC]: Document that policy direction is derived from the index.
Herbert Xu
2005-10-05
2
-5
/
+10
|
*
[IPV6]: Fix NS handing for proxy/anycast address
YOSHIFUJI Hideaki
2005-10-05
1
-1
/
+1
|
*
[TCP]: BIC coding bug in Linux 2.6.13
Stephen Hemminger
2005-10-05
1
-1
/
+1
|
*
[MCAST] ipv6: Fix address size in grec_size
Yan Zheng
2005-10-05
1
-1
/
+1
|
*
[XFRM]: fix sparse gfp nocast warnings
Randy Dunlap
2005-10-04
1
-1
/
+1
|
*
[RPC]: fix sparse gfp nocast warnings
Randy Dunlap
2005-10-04
3
-3
/
+3
|
*
[AF_KEY]: fix sparse gfp nocast warnings
Randy Dunlap
2005-10-04
1
-3
/
+4
|
*
[NETFILTER]: fix sparse gfp nocast warnings
Randy Dunlap
2005-10-04
1
-1
/
+2
|
*
[IPVS]: fix sparse gfp nocast warnings
Randy Dunlap
2005-10-04
1
-1
/
+1
|
*
[DECNET]: fix sparse gfp nocast warnings
Randy Dunlap
2005-10-04
2
-11
/
+18
|
*
[ATM]: fix sparse gfp nocast warnings
Randy Dunlap
2005-10-04
1
-1
/
+1
|
*
[NETFILTER]: Fix Kconfig typo
Horst H. von Brand
2005-10-04
1
-1
/
+1
*
|
Merge branch 'master'
Jeff Garzik
2005-10-05
2
-3
/
+24
|
\
\
|
|
/
|
*
[IPV4]: fib_trie root-node expansion
Robert Olsson
2005-10-04
1
-2
/
+21
|
*
[IPV6]: Fix infinite loop in udp_v6_get_port().
YOSHIFUJI Hideaki
2005-10-04
1
-1
/
+3
*
|
Merge rsync://bughost.org/repos/ieee80211-delta/
Jeff Garzik
2005-10-04
1
-180
/
+134
|
\
\
|
*
|
Lindent and trailing whitespace script executed ieee80211 subsystem
James Ketrenos
2005-10-03
1
-14
/
+21
|
*
|
When an assoc_resp is received the network structure is not completely
Ivo van Doorn
2005-10-03
1
-0
/
+32
|
*
|
Currently the info_element is parsed by 2 seperate functions, this
Ivo van Doorn
2005-10-03
1
-168
/
+99
|
*
|
Fix implicit nocast warnings in ieee80211 code:
Randy Dunlap
2005-10-03
1
-1
/
+1
|
*
|
This will move the ieee80211_is_ofdm_rate function to the ieee80211.h
Ivo van Doorn
2005-10-03
1
-16
/
+0
*
|
|
Merge branch 'upstream-fixes'
Jeff Garzik
2005-10-04
1
-1
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
[next]