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: Inline skb_pull() in eth_type_trans().
David S. Miller
2010-05-02
2
-2
/
+2
*
net: sock_def_readable() and friends RCU conversion
Eric Dumazet
2010-05-01
11
-68
/
+121
*
ipv6: cleanup: remove unneeded null check
Dan Carpenter
2010-04-30
1
-2
/
+1
*
xfrm: potential uninitialized variable num_xfrms
Changli Gao
2010-04-30
1
-1
/
+1
*
net: speedup sock_recv_ts_and_drops()
Eric Dumazet
2010-04-30
1
-2
/
+2
*
net: ip_queue_rcv_skb() helper
Eric Dumazet
2010-04-28
6
-4
/
+21
*
net: speedup udp receive path
Eric Dumazet
2010-04-28
3
-11
/
+15
*
Bugfix: Link selection was swapped in switch.
Sjur Braendeland
2010-04-28
1
-2
/
+2
*
caif: Bugfixes in CAIF netdevice for close and flow control
Sjur Braendeland
2010-04-28
1
-57
/
+73
*
caif: Rewritten socket implementation
Sjur Braendeland
2010-04-28
1
-967
/
+828
*
caif: Disconnect without waiting for response
Sjur Braendeland
2010-04-28
2
-143
/
+107
*
caif: Add reference counting to service layer
Sjur Braendeland
2010-04-28
4
-1
/
+26
*
caif: Rename functions in cfcnfg and caif_dev
Sjur Braendeland
2010-04-28
2
-34
/
+32
*
bridge: multicast_flood cleanup
stephen hemminger
2010-04-27
1
-5
/
+3
*
bridge: multicast port group RCU fix
stephen hemminger
2010-04-27
2
-3
/
+3
*
bridge: multicast flood
stephen hemminger
2010-04-27
1
-2
/
+2
*
bridge: simplify multicast_add_router
stephen hemminger
2010-04-27
1
-8
/
+11
*
Revert "bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()"
David S. Miller
2010-04-27
1
-1
/
+1
*
bridge: Use hlist_for_each_entry_rcu() in br_multicast_add_router()
David S. Miller
2010-04-27
1
-1
/
+1
*
net: disallow to use net_assign_generic externally
Jiri Pirko
2010-04-27
1
-46
/
+45
*
net: sk_add_backlog() take rmem_alloc into account
Eric Dumazet
2010-04-27
4
-4
/
+16
*
net: batch skb dequeueing from softnet input_pkt_queue
Changli Gao
2010-04-27
1
-18
/
+39
*
net: Make RFS socket operations not be inet specific.
David S. Miller
2010-04-27
3
-7
/
+7
*
net: reimplement softnet_data.output_queue as a FIFO queue
Changli Gao
2010-04-27
1
-10
/
+12
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...
David S. Miller
2010-04-27
6
-23
/
+105
|
\
|
*
net: ipmr: add support for dumping routing tables over netlink
Patrick McHardy
2010-04-26
1
-7
/
+89
|
*
net: rtnetlink: decouple rtnetlink address families from real address families
Patrick McHardy
2010-04-26
5
-11
/
+11
|
*
net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
Patrick McHardy
2010-04-26
5
-5
/
+5
*
|
TCP: avoid to send keepalive probes if receiving data
Flavio Leitner
2010-04-27
2
-3
/
+3
*
|
bridge: multicast router list manipulation
stephen hemminger
2010-04-27
1
-15
/
+15
*
|
bridge: use is_multicast_ether_addr
stephen hemminger
2010-04-27
1
-1
/
+1
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-27
9
-16
/
+32
|
\
\
|
*
|
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
YOSHIFUJI Hideaki / 吉藤英明
2010-04-26
1
-3
/
+3
|
*
|
ieee802154: Fix oops during ieee802154_sock_ioctl
Stefan Schmidt
2010-04-26
1
-0
/
+3
|
*
|
ipv6: Fix inet6_csk_bind_conflict()
Eric Dumazet
2010-04-25
1
-1
/
+1
|
*
|
tcp: bind() fix when many ports are bound
Eric Dumazet
2010-04-22
2
-10
/
+21
|
*
|
rdma: potential ERR_PTR dereference
Dan Carpenter
2010-04-22
1
-1
/
+1
|
*
|
rtnetlink: potential ERR_PTR dereference
Dan Carpenter
2010-04-22
1
-2
/
+3
|
*
|
net: ipv6 bind to device issue
Jiri Olsa
2010-04-21
1
-1
/
+1
|
*
|
ipv6: allow to send packet after receiving ICMPv6 Too Big message with MTU fi...
Shan Wei
2010-04-21
1
-1
/
+1
|
*
|
X25 fix dead unaccepted sockets
andrew hendry
2010-04-21
1
-0
/
+1
|
*
|
xfrm6: ensure to use the same dev when building a bundle
Nicolas Dichtel
2010-04-21
1
-1
/
+1
*
|
|
bridge: Fix build of ipv6 multicast code.
David S. Miller
2010-04-27
1
-0
/
+1
*
|
|
bridge br_multicast: Ensure to initialize BR_INPUT_SKB_CB(skb)->mrouters_only.
YOSHIFUJI Hideaki / 吉藤英明
2010-04-26
1
-6
/
+3
*
|
|
net: use sk_sleep()
Eric Dumazet
2010-04-26
2
-18
/
+18
*
|
|
phonet: use phonet_pernet instead of directly net_generic
Jiri Pirko
2010-04-26
1
-8
/
+15
*
|
|
netns: rename unregister_pernet_subsys parameter
Jiri Pirko
2010-04-25
1
-2
/
+2
|
|
/
|
/
|
*
|
rps: optimize rps_get_cpu()
Changli Gao
2010-04-24
1
-13
/
+11
*
|
Merge branch 'net-next-2.6_20100423a/br/br_multicast_v3' of git://git.linux-i...
David S. Miller
2010-04-23
4
-156
/
+619
|
\
\
|
*
|
bridge br_multicast: IPv6 MLD support.
YOSHIFUJI Hideaki
2010-04-23
3
-4
/
+429
[next]