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
*
[NET]: Identation & other cleanups related to compat_[gs]etsockopt cset
Arnaldo Carvalho de Melo
2006-03-20
19
-556
/
+540
*
[SK_BUFF]: export skb_pull_rcsum
Arnaldo Carvalho de Melo
2006-03-20
1
-0
/
+2
*
[ICSK] compat: Introduce inet_csk_compat_[gs]etsockopt
Arnaldo Carvalho de Melo
2006-03-20
3
-36
/
+43
*
[SNAP]: Remove leftover unused hdr variable
Arnaldo Carvalho de Melo
2006-03-20
1
-1
/
+0
*
[NET]: {get|set}sockopt compatibility layer
Dmitry Mishin
2006-03-20
21
-139
/
+867
*
[IPV6]: remove useless test in ip6_append_data
Dave Jones
2006-03-20
1
-1
/
+1
*
[PKT_SCHED]: Let NET_CLS_ACT no longer depend on EXPERIMENTAL
Adrian Bunk
2006-03-20
1
-1
/
+0
*
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
Herbert Xu
2006-03-20
4
-10
/
+26
*
[DECnet]: Use RCU locking in dn_rules.c
Steven Whitehouse
2006-03-20
1
-44
/
+53
*
[DECnet]: Patch to fix recvmsg() flag check
Patrick Caulfield
2006-03-20
1
-1
/
+1
*
[DECnet]: Endian annotation and fixes for DECnet.
Steven Whitehouse
2006-03-20
10
-122
/
+125
*
[SECURITY]: TCP/UDP getpeersec
Catherine Zhang
2006-03-20
2
-2
/
+31
*
[XFRM]: Fix aevent related crash
Patrick McHardy
2006-03-20
1
-4
/
+11
*
[TCP]: sysctl to allow TCP window > 32767 sans wscale
Rick Jones
2006-03-20
2
-7
/
+25
*
[IPV4] ARP: Alloc acceptance of unsolicited ARP via netdevice sysctl.
Neil Horman
2006-03-20
2
-10
/
+18
*
[TIPC]: Avoid compiler warning
Per Liden
2006-03-20
1
-1
/
+1
*
[TIPC]: Reduce stack usage
Per Liden
2006-03-20
1
-8
/
+22
*
[TIPC]: Cleanups
Adrian Bunk
2006-03-20
6
-25
/
+30
*
[TIPC]: Remove unused functions
Per Liden
2006-03-20
2
-10
/
+0
*
[TIPC]: Remove inlines from *.c
Sam Ravnborg
2006-03-20
6
-53
/
+53
*
[TIPC]: Fix simple sparse warnings
Sam Ravnborg
2006-03-20
21
-127
/
+127
*
[NETFILTER]: Fix warnings in ip_nat_snmp_basic.c
David S. Miller
2006-03-20
1
-1
/
+4
*
[DCCP]: Fix uninitialized var warnings in dccp_parse_options().
David S. Miller
2006-03-20
1
-0
/
+1
*
[NET]: sem2mutex part 2
Ingo Molnar
2006-03-20
11
-97
/
+104
*
[NET] sem2mutex: net/
Arjan van de Ven
2006-03-20
18
-100
/
+116
*
[NET]: dev_put/dev_hold cleanup
Stephen Hemminger
2006-03-20
3
-4
/
+4
*
[DCCP] options: Make dccp_insert_options & friends yell on error
Arnaldo Carvalho de Melo
2006-03-20
6
-102
/
+102
*
[DCCP]: Remove leftover dccp_send_response prototype
Arnaldo Carvalho de Melo
2006-03-20
1
-1
/
+0
*
[DCCP]: ditch dccp_v[46]_ctl_send_ack
Arnaldo Carvalho de Melo
2006-03-20
2
-14
/
+4
*
[DCCP]: Use sk->sk_prot->max_header consistently for non-data packets
Arnaldo Carvalho de Melo
2006-03-20
3
-35
/
+28
*
[DCCP] options: Fix handling of ackvecs in DATA packets
Arnaldo Carvalho de Melo
2006-03-20
1
-1
/
+1
*
[ATM]: Fix build after neigh->parms->neigh_destructor change.
David S. Miller
2006-03-20
1
-1
/
+1
*
[NET]: use fget_light() in net/socket.c
Benjamin LaHaise
2006-03-20
1
-86
/
+106
*
[NET]: minor net_rx_action optimization
Stephen Hemminger
2006-03-20
1
-2
/
+1
*
[NET]: Move destructor from neigh->ops to neigh_params
Michael S. Tsirkin
2006-03-20
1
-2
/
+2
*
[PKTGEN]: Updates version.
Luiz Capitulino
2006-03-20
1
-1
/
+1
*
[PKTGEN]: Removes thread_{un,}lock() macros.
Luiz Capitulino
2006-03-20
1
-25
/
+21
*
[PKTGEN]: Convert thread lock to mutexes.
Luiz Capitulino
2006-03-20
1
-3
/
+4
*
[NET]: Convert RTNL to mutex.
Stephen Hemminger
2006-03-20
6
-37
/
+43
*
[IPSEC] xfrm_user: Kill PAGE_SIZE check in verify_sec_ctx_len()
David S. Miller
2006-03-20
1
-3
/
+0
*
[TCP] H-TCP: Better time accounting
Baruch Even
2006-03-20
1
-18
/
+26
*
[TCP] H-TCP: Account for delayed-ACKs
Baruch Even
2006-03-20
1
-8
/
+18
*
[TCP] H-TCP: Use msecs_to_jiffies
Baruch Even
2006-03-20
1
-2
/
+2
*
[PKTGEN]: Updates version.
Luiz Capitulino
2006-03-20
1
-1
/
+1
*
[PKTGEN]: Ports if_list to the in-kernel implementation.
Luiz Capitulino
2006-03-20
1
-48
/
+44
*
[PKTGEN]: Fix Initialization fail leak.
Luiz Capitulino
2006-03-20
1
-1
/
+14
*
[PKTGEN]: Fix kernel_thread() fail leak.
Luiz Capitulino
2006-03-20
1
-2
/
+9
*
[PKTGEN]: Ports thread list to Kernel list implementation.
Luiz Capitulino
2006-03-20
1
-55
/
+41
*
[PKTGEN]: Lindent run.
Luiz Capitulino
2006-03-20
1
-1251
/
+1379
*
[DCCP] options: Fix some aspects of mandatory option processing
Arnaldo Carvalho de Melo
2006-03-20
1
-1
/
+6
[next]