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
*
netns xfrm: add netns boilerplate
Alexey Dobriyan
2008-11-25
2
-6
/
+46
*
xfrm: initialise xfrm_policy_gc_work statically
Alexey Dobriyan
2008-11-25
1
-2
/
+1
*
bluetooth: fix warning in net/bluetooth/rfcomm/sock.c
Ingo Molnar
2008-11-25
1
-0
/
+2
*
sunrpc: fix warning in net/sunrpc/xprtrdma/verbs.c
Ingo Molnar
2008-11-25
1
-0
/
+2
*
ax25: fix warning in net/ax25/sysctl_net_ax25.c
Ingo Molnar
2008-11-25
1
-0
/
+2
*
dccp: fix warning in net/dccp/options.c
Ingo Molnar
2008-11-25
1
-1
/
+1
*
dsa: fix warning in net/dsa/mv88e6060.c
Ingo Molnar
2008-11-25
1
-1
/
+1
*
dsa: fix warning in net/dsa/mv88e6xxx.c
Ingo Molnar
2008-11-25
1
-1
/
+1
*
ipv6: fix warning in net/ipv6/ip6_flowlabel.c
Ingo Molnar
2008-11-25
1
-1
/
+1
*
pkt_sched: fix warning in net/sched/sch_hfsc.c
Ingo Molnar
2008-11-25
1
-1
/
+1
*
sunrpc: fix warning in net/sunrpc/xprtrdma/svc_rdma_transport.c
Ingo Molnar
2008-11-25
1
-1
/
+1
*
netns: filter out uevent not belonging to init_net
Daniel Lezcano
2008-11-25
1
-0
/
+3
*
tcp: skb_shift cannot cache frag ptrs past pskb_expand_head
Ilpo Järvinen
2008-11-25
1
-1
/
+6
*
pkt_sched: sch_api: Remove qdisc_list_lock
Jarek Poplawski
2008-11-25
1
-21
/
+4
*
net: udp_unhash() can test if sk is hashed
Eric Dumazet
2008-11-25
1
-8
/
+10
*
net: Make sure BHs are disabled in sock_prot_inuse_add()
Eric Dumazet
2008-11-25
1
-0
/
+2
*
tcp: tcp_limit_reno_sacked can become static
Ilpo Järvinen
2008-11-25
1
-1
/
+1
*
xfrm: remove useless forward declarations
Alexey Dobriyan
2008-11-25
2
-4
/
+0
*
ah4/ah6: remove useless NULL assignments
Alexey Dobriyan
2008-11-25
2
-4
/
+0
*
DCB: fix kconfig option
Jeff Kirsher
2008-11-25
3
-10
/
+20
*
tcp: handle shift/merge of cloned skbs too
Ilpo Järvinen
2008-11-24
1
-5
/
+2
*
tcp: add some mibs to track collapsing
Ilpo Järvinen
2008-11-24
2
-0
/
+7
*
tcp: Make shifting not clear the hints
Ilpo Järvinen
2008-11-24
1
-2
/
+14
*
tcp: Try to restore large SKBs while SACK processing
Ilpo Järvinen
2008-11-24
2
-7
/
+389
*
tcp: make tcp_sacktag_one able to handle partial skb too
Ilpo Järvinen
2008-11-24
1
-15
/
+17
*
tcp: Make SACK code to split only at mss boundaries
Ilpo Järvinen
2008-11-24
1
-4
/
+23
*
tcp: more aggressive skipping
Ilpo Järvinen
2008-11-24
1
-1
/
+1
*
tcp: move tcp_simple_retransmit to tcp_input
Ilpo Järvinen
2008-11-24
2
-51
/
+52
*
tcp: collapse more than two on retransmission
Ilpo Järvinen
2008-11-24
1
-37
/
+59
*
net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames()
Eric Dumazet
2008-11-24
1
-1
/
+6
*
net: avoid a pair of dst_hold()/dst_release() in ip_append_data()
Eric Dumazet
2008-11-24
4
-9
/
+14
*
net: gen_estimator: Fix gen_kill_estimator() lookups
Jarek Poplawski
2008-11-24
1
-20
/
+56
*
pkt_sched: sch_drr: fix drr_dequeue loop()
Patrick McHardy
2008-11-24
1
-3
/
+5
*
net: Make sure BHs are disabled in sock_prot_inuse_add()
Eric Dumazet
2008-11-24
1
-0
/
+2
*
net: Make sure BHs are disabled in sock_prot_inuse_add()
Eric Dumazet
2008-11-24
3
-5
/
+7
*
eth: Declare an optimized compare_ether_addr_64bits() function
Eric Dumazet
2008-11-23
1
-3
/
+3
*
net: Make sure BHs are disabled in sock_prot_inuse_add()
David S. Miller
2008-11-23
3
-0
/
+9
*
net: fix tunnels in netns after ndo_ changes
Alexey Dobriyan
2008-11-23
4
-4
/
+4
*
net: Convert TCP/DCCP listening hash tables to use RCU
Eric Dumazet
2008-11-23
4
-115
/
+139
*
dccp: Header option insertion routine for feature-negotiation
Gerrit Renker
2008-11-23
2
-60
/
+33
*
dccp: Support for Mandatory options
Gerrit Renker
2008-11-23
2
-0
/
+17
*
dccp: Increase the scope of variable-length htonl/ntohl functions
Gerrit Renker
2008-11-23
2
-7
/
+28
*
dccp: API to query the current TX/RX CCID
Gerrit Renker
2008-11-23
3
-5
/
+30
*
dccp: Set per-connection CCIDs via socket options
Gerrit Renker
2008-11-23
4
-8
/
+42
*
net: af_netlink should update its inuse counter
Eric Dumazet
2008-11-23
1
-0
/
+2
*
net: some optimizations in af_inet
Eric Dumazet
2008-11-23
1
-5
/
+4
*
net: remove redundant argument comments
Qinghuang Feng
2008-11-21
6
-7
/
+0
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
2008-11-21
21
-4084
/
+441
|
\
|
*
wireless: clean up sysfs code using %pM
Johannes Berg
2008-11-21
1
-15
/
+10
|
*
net/ieee80211 -> drivers/net/ipw2x00/libipw_* rename
John W. Linville
2008-11-21
9
-3644
/
+0
[next]