index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
net: add a possibility to get private from netdev_adjacent->list
Veaceslav Falico
2013-09-26
1
-0
/
+10
|
*
|
|
|
|
net: add for_each iterators through neighbour lower link's private
Veaceslav Falico
2013-09-26
1
-1
/
+59
|
*
|
|
|
|
net: add netdev_adjacent->private and allow to use it
Veaceslav Falico
2013-09-26
1
-11
/
+57
|
*
|
|
|
|
net: add RCU variant to search for netdev_adjacent link
Veaceslav Falico
2013-09-26
1
-0
/
+13
|
*
|
|
|
|
net: add adj_list to save only neighbours
Veaceslav Falico
2013-09-26
1
-100
/
+103
|
*
|
|
|
|
net: use lists as arguments instead of bool upper
Veaceslav Falico
2013-09-26
1
-32
/
+22
|
*
|
|
|
|
net: neighbour: use source address of last enqueued packet for solicitation
Hannes Frederic Sowa
2013-09-26
1
-1
/
+1
*
|
|
|
|
|
Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2013-11-07
1
-6
/
+8
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge 3.12-rc6 into driver-core-next
Greg Kroah-Hartman
2013-10-19
3
-6
/
+74
|
|
\
\
\
\
\
|
|
|
|
/
/
/
|
|
|
/
|
|
|
|
*
|
|
|
|
sysfs: make attr namespace interface less convoluted
Tejun Heo
2013-09-26
1
-6
/
+8
|
|
|
/
/
/
|
|
/
|
|
|
*
|
|
|
|
net: flow_dissector: fail on evil iph->ihl
Jason Wang
2013-11-02
1
-1
/
+1
*
|
|
|
|
netpoll: fix rx_hook() interface by passing the skb
Antonio Quartulli
2013-10-25
1
-13
/
+18
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
net: secure_seq: Fix warning when CONFIG_IPV6 and CONFIG_INET are not selected
Fabio Estevam
2013-10-09
1
-0
/
+2
|
|
_
|
/
|
/
|
|
*
|
|
pkt_sched: fq: fix non TCP flows pacing
Eric Dumazet
2013-10-08
1
-0
/
+1
*
|
|
net: fix unsafe set_memory_rw from softirq
Alexei Starovoitov
2013-10-07
1
-4
/
+4
*
|
|
netif_set_xps_queue: make cpu mask const
Michael S. Tsirkin
2013-10-07
1
-1
/
+2
|
|
/
|
/
|
*
|
net: flow_dissector: fix thoff for IPPROTO_AH
Eric Dumazet
2013-09-30
1
-2
/
+2
*
|
net: net_secret should not depend on TCP
Eric Dumazet
2013-09-28
1
-3
/
+24
*
|
net: Delay default_device_exit_batch until no devices are unregistering v2
Eric W. Biederman
2013-09-28
1
-1
/
+48
|
/
*
netpoll: fix NULL pointer dereference in netpoll_cleanup
Nikolay Aleksandrov
2013-09-19
1
-5
/
+4
*
netpoll: Should handle ETH_P_ARP other than ETH_P_IP in netpoll_neigh_reply
Sonic Zhang
2013-09-12
1
-1
/
+1
*
net: fix multiqueue selection
Eric Dumazet
2013-09-11
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
2013-09-07
3
-3
/
+11
|
\
|
*
userns: Kill nsown_capable it makes the wrong thing easy
Eric W. Biederman
2013-08-30
2
-3
/
+3
|
*
sysfs: Restrict mounting sysfs
Eric W. Biederman
2013-08-28
1
-0
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2013-09-05
13
-137
/
+693
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-09-05
2
-9
/
+4
|
|
\
\
|
*
|
|
net: correctly interlink lower/upper devices
Veaceslav Falico
2013-09-04
1
-2
/
+2
|
*
|
|
skb: allow skb_scrub_packet() to be used by tunnels
Nicolas Dichtel
2013-09-04
2
-8
/
+13
|
*
|
|
net: neighbour: Remove CONFIG_ARPD
Tim Gardner
2013-09-03
1
-2
/
+0
|
*
|
|
qdisc: allow setting default queuing discipline
stephen hemminger
2013-08-31
1
-1
/
+29
|
*
|
|
net: add netdev_upper_get_next_dev_rcu(dev, iter)
Veaceslav Falico
2013-08-29
1
-0
/
+25
|
*
|
|
net: remove search_list from netdev_adjacent
Veaceslav Falico
2013-08-29
1
-36
/
+1
|
*
|
|
net: add lower_dev_list to net_device and make a full mesh
Veaceslav Falico
2013-08-29
1
-27
/
+258
|
*
|
|
net: rename netdev_upper to netdev_adjacent
Veaceslav Falico
2013-08-29
1
-12
/
+12
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-16
2
-2
/
+3
|
|
\
\
\
|
*
|
|
|
rtnetlink: remove an unneeded test
Dan Carpenter
2013-08-15
1
-2
/
+2
|
*
|
|
|
dev: move skb_scrub_packet() after eth_type_trans()
Nicolas Dichtel
2013-08-15
1
-3
/
+3
|
*
|
|
|
net: attempt high order allocations in sock_alloc_send_pskb()
Eric Dumazet
2013-08-10
1
-49
/
+51
|
*
|
|
|
net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()
Jason Wang
2013-08-07
1
-27
/
+10
|
*
|
|
|
net: use release_pages() in zerocopy_sg_from_iovec()
Jason Wang
2013-08-07
1
-4
/
+2
|
*
|
|
|
net: remove the useless comment in zerocopy_sg_from_iovec()
Jason Wang
2013-08-07
1
-1
/
+0
|
*
|
|
|
net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()
Jason Wang
2013-08-07
1
-2
/
+1
|
*
|
|
|
net: move zerocopy_sg_from_iovec() to net/core/datagram.c
Jason Wang
2013-08-07
1
-0
/
+93
|
*
|
|
|
net: move iov_pages() to net/core/iovec.c
Jason Wang
2013-08-07
1
-0
/
+24
|
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2013-08-03
4
-14
/
+34
|
|
\
\
\
\
|
*
|
|
|
|
fib_rules: fix suppressor names and default values
Stefan Tomanek
2013-08-03
1
-4
/
+11
|
*
|
|
|
|
neighbour: populate neigh_parms on alloc before calling ndo_neigh_setup
Veaceslav Falico
2013-08-02
1
-4
/
+6
|
*
|
|
|
|
fib_rules: add route suppression based on ifgroup
Stefan Tomanek
2013-08-02
1
-0
/
+10
|
*
|
|
|
|
fib_rules: add .suppress operation
Stefan Tomanek
2013-07-31
1
-0
/
+8
[prev]
[next]