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
*
[IPV4] fib_trie: Document locking.
Robert Olsson
2007-03-26
1
-0
/
+9
*
[NET]: Correct accept(2) recovery after sock_attach_fd()
Alexey Dobriyan
2007-03-26
1
-1
/
+6
*
[NET_SCHED]: Fix ingress locking
Patrick McHardy
2007-03-25
1
-2
/
+2
*
[NET_SCHED]: cls_basic: fix NULL pointer dereference
Patrick McHardy
2007-03-25
1
-9
/
+7
*
[DCCP]: make dccp_write_xmit_timer() static again
Adrian Bunk
2007-03-25
2
-2
/
+1
*
[IPV6]: Fix routing round-robin locking.
David S. Miller
2007-03-25
2
-38
/
+67
*
[DECNet] fib: Fix out of bound access of dn_fib_props[]
Thomas Graf
2007-03-25
1
-1
/
+4
*
[IPv4] fib: Fix out of bound access of fib_props[]
Thomas Graf
2007-03-25
2
-1
/
+6
*
[NET] AX.25 Kconfig and docs updates and fixes
Ralf Baechle
2007-03-25
1
-25
/
+36
*
[NET]: Fix neighbour destructor handling.
Alexey Kuznetsov
2007-03-25
2
-13
/
+10
*
[NET]: Fix fib_rules compatibility breakage
Thomas Graf
2007-03-25
4
-24
/
+47
*
[PATCH] fix typos in net/ieee80211/Kconfig
Patrick Ringl
2007-03-24
1
-3
/
+3
*
[NETFILTER]: nat: avoid rerouting packets if only XFRM policy key changed
Patrick McHardy
2007-03-22
2
-12
/
+17
*
[NETFILTER]: nf_conntrack_netlink: add missing dependency on NF_NAT
Patrick McHardy
2007-03-22
1
-0
/
+1
*
[NET]: fix up misplaced inlines.
Dave Jones
2007-03-22
8
-12
/
+12
*
[SCTP]: Correctly reset ssthresh when restarting association
Vlad Yasevich
2007-03-22
1
-1
/
+1
*
[BRIDGE]: Fix fdb RCU race
Patrick McHardy
2007-03-22
1
-2
/
+2
*
[NET]: Fix fib_rules dump race
Patrick McHardy
2007-03-22
1
-1
/
+1
*
[XFRM]: ipsecv6 needs a space when printing audit record.
Joy Latten
2007-03-20
1
-1
/
+1
*
[X25] x25_forward_call(): fix NULL dereferences
Adrian Bunk
2007-03-20
1
-43
/
+45
*
[SCTP]: Reset some transport and association variables on restart
Vlad Yasevich
2007-03-20
2
-0
/
+41
*
[SCTP]: Increment error counters on user requested HBs.
Vlad Yasevich
2007-03-20
1
-2
/
+18
*
[SCTP]: Clean up stale data during association restart
Vlad Yasevich
2007-03-20
2
-1
/
+7
*
[IrDA]: Calling ppp_unregister_channel() from process context
Samuel Ortiz
2007-03-20
2
-10
/
+26
*
[IrDA]: irttp_dup spin_lock initialisation
G. Liakhovetski
2007-03-20
1
-0
/
+1
*
[IPV6]: ipv6_fl_socklist is inadvertently shared.
Masayuki Nakagawa
2007-03-16
1
-0
/
+1
*
[TCP]: Fix tcp_mem[] initialization.
John Heffner
2007-03-16
1
-3
/
+10
*
[NET]: Copy mac_len in skb_clone() as well
Alexey Dobriyan
2007-03-16
1
-0
/
+1
*
[IPV4]: Do not disable preemption in trie_leaf_remove().
Robert Olsson
2007-03-16
1
-2
/
+0
*
[XFRM]: Fix missing protocol comparison of larval SAs.
Joy Latten
2007-03-12
1
-2
/
+4
*
[WANROUTER]: Delete superfluous source file "net/wanrouter/af_wanpipe.c".
Robert P. J. Day
2007-03-12
1
-2600
/
+0
*
[IPV4]: Fix warning in ip_mc_rejoin_group.
Geert Uytterhoeven
2007-03-12
1
-1
/
+1
*
[ROSE]: Socket locking is a great invention.
Ralf Baechle
2007-03-12
1
-28
/
+50
*
[ROSE]: Remove ourselves from waitqueue when receiving a signal
Ralf Baechle
2007-03-12
1
-0
/
+2
*
[NetLabel]: parse the CIPSO ranged tag on incoming packets
Paul Moore
2007-03-12
1
-0
/
+5
*
[IPV6] fix ipv6_getsockopt_sticky copy_to_user leak
Chris Wright
2007-03-09
1
-1
/
+1
*
[IPV6]: Fix for ipv6_setsockopt NULL dereference
Olaf Kirch
2007-03-09
1
-1
/
+1
*
[DCCP]: Initialise write_xmit_timer also on passive sockets
Gerrit Renker
2007-03-09
3
-16
/
+26
*
[IPV4]: Fix rtm_to_ifaddr() error handling.
Evgeniy Polyakov
2007-03-09
1
-1
/
+3
*
[SCTP] ipv6: inconsistent lock state ipv6_add_addr/sctp_v6_copy_addrlist
Jarek Poplawski
2007-03-08
1
-2
/
+2
*
[PATCH] bluetooth: fix socket locking in hci_sock_dev_event()
Jiri Kosina
2007-03-08
1
-2
/
+2
*
[BRIDGE]: adding new device to bridge should enable if up
Aji Srinivas
2007-03-07
1
-0
/
+4
*
[IPV6]: Do not set IF_READY if device is down
Herbert Xu
2007-03-07
1
-4
/
+0
*
[IPSEC]: xfrm audit hook misplaced in pfkey_delete and xfrm_del_sa
Eric Paris
2007-03-07
2
-6
/
+4
*
[IPSEC]: Add xfrm policy change auditing to pfkey_spdget
Eric Paris
2007-03-07
1
-6
/
+11
*
[IPSEC]: xfrm_policy delete security check misplaced
Eric Paris
2007-03-07
3
-16
/
+27
*
[DCCP]: Revert patch which disables bidirectional mode
Gerrit Renker
2007-03-07
2
-23
/
+5
*
[IPV6]: Handle np->opt being NULL in ipv6_getsockopt_sticky().
David S. Miller
2007-03-07
1
-3
/
+7
*
[UDP]: Reread uh pointer after pskb_trim
Herbert Xu
2007-03-07
1
-0
/
+1
*
[NETFILTER]: nfnetlink_log: fix crash on bridged packet
Patrick McHardy
2007-03-07
1
-1
/
+1
[next]