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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-02-05
28
-204
/
+274
|
\
|
*
sit: fix some __be16/u16 mismatches
Eric Dumazet
2015-02-05
1
-4
/
+4
|
*
net: remove some sparse warnings
Eric Dumazet
2015-02-05
1
-3
/
+3
|
*
ip6_gre: fix endianness errors in ip6gre_err
Sabrina Dubroca
2015-02-05
1
-2
/
+2
|
*
cls_api.c: Fix dumping of non-existing actions' stats.
Ignacy Gawędzki
2015-02-04
1
-3
/
+4
|
*
pkt_sched: fq: avoid hang when quantum 0
Kenneth Klette Jonassen
2015-02-04
1
-2
/
+8
|
*
net: rds: use correct size for max unacked packets and bytes
Sasha Levin
2015-02-04
1
-2
/
+2
|
*
ipv6: Select fragment id during UFO segmentation if not set.
Vlad Yasevich
2015-02-03
3
-21
/
+44
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2015-02-02
6
-63
/
+118
|
|
\
|
|
*
netfilter: nf_tables: fix leaks in error path of nf_tables_newchain()
Pablo Neira Ayuso
2015-01-30
1
-2
/
+6
|
|
*
ipvs: rerouting to local clients is not needed anymore
Julian Anastasov
2015-01-30
1
-11
/
+22
|
|
*
netfilter: nf_tables: disable preemption when restoring chain counters
Pablo Neira Ayuso
2015-01-26
1
-0
/
+2
|
|
*
netfilter: nf_tables: validate hooks in NAT expressions
Pablo Neira Ayuso
2015-01-19
5
-50
/
+88
|
*
|
ipv4: tcp: get rid of ugly unicast_sock
Eric Dumazet
2015-02-01
2
-32
/
+35
|
*
|
net: Fix vlan_get_protocol for stacked vlan
Toshiaki Makita
2015-01-30
1
-30
/
+1
|
*
|
net: sctp: fix passing wrong parameter header to param_type2af in sctp_proces...
Saran Maruti Ramanara
2015-01-30
1
-1
/
+1
|
*
|
netlink: fix wrong subscription bitmask to group mapping in
Pablo Neira
2015-01-30
1
-2
/
+2
|
*
|
ipv4: Don't increase PMTU with Datagram Too Big message.
Li Wei
2015-01-29
1
-0
/
+3
|
*
|
caif: remove wrong dev_net_set() call
Nicolas Dichtel
2015-01-29
1
-1
/
+0
|
*
|
tcp: ipv4: initialize unicast_sock sk_pacing_rate
Eric Dumazet
2015-01-28
1
-0
/
+1
|
*
|
bridge: dont send notification when skb->len == 0 in rtnl_bridge_notify
Roopa Prabhu
2015-01-28
1
-1
/
+5
|
*
|
tcp: fix timing issue in CUBIC slope calculation
Neal Cardwell
2015-01-28
1
-0
/
+8
|
*
|
tcp: fix stretch ACK bugs in CUBIC
Neal Cardwell
2015-01-28
1
-22
/
+9
|
*
|
tcp: fix stretch ACK bugs in Reno
Neal Cardwell
2015-01-28
1
-4
/
+6
|
*
|
tcp: fix the timid additive increase on stretch ACKs
Neal Cardwell
2015-01-28
1
-6
/
+9
|
*
|
tcp: stretch ACK fixes prep
Neal Cardwell
2015-01-28
6
-9
/
+13
*
|
|
Revert "bridge: Let bridge not age 'externally' learnt FDB entries, they are ...
David S. Miller
2015-02-04
1
-1
/
+1
*
|
|
pkt_sched: fq: better control of DDOS traffic
Eric Dumazet
2015-02-04
1
-2
/
+17
*
|
|
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
David S. Miller
2015-02-04
15
-382
/
+192
|
\
\
\
|
*
|
|
net: switch sockets to ->read_iter/->write_iter
Al Viro
2015-02-04
1
-29
/
+27
|
*
|
|
net/socket.c: fold do_sock_{read,write} into callers
Al Viro
2015-02-04
1
-35
/
+21
|
*
|
|
net: bury net/core/iovec.c - nothing in there is used anymore
Al Viro
2015-02-04
2
-138
/
+1
|
*
|
|
tipc: tipc ->sendmsg() conversion
Al Viro
2015-02-04
2
-7
/
+14
|
*
|
|
net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()
Al Viro
2015-02-04
5
-14
/
+12
|
*
|
|
ip: convert tcp_sendmsg() to iov_iter primitives
Al Viro
2015-02-04
3
-131
/
+115
|
*
|
|
ip: stash a pointer to msghdr in struct ping_fakehdr
Al Viro
2015-02-04
2
-6
/
+4
|
*
|
|
rxrpc: make the users of rxrpc_kernel_send_data() set kvec-backed msg_iter pr...
Al Viro
2015-02-04
1
-3
/
+0
|
*
|
|
rxrpc: switch rxrpc_send_data() to iov_iter primitives
Al Viro
2015-02-04
1
-33
/
+10
|
*
|
|
vmci: propagate msghdr all way down to __qp_memcpy_to_queue()
Al Viro
2015-02-04
1
-2
/
+1
|
*
|
|
ipv6: rawv6_send_hdrinc(): pass msghdr
Al Viro
2015-02-04
1
-4
/
+3
|
*
|
|
ipv4: raw_send_hdrinc(): pass msghdr
Al Viro
2015-02-04
1
-4
/
+3
|
*
|
|
netlink: make the check for "send from tx_ring" deterministic
Al Viro
2015-02-04
1
-0
/
+5
*
|
|
|
tcp: do not pace pure ack packets
Eric Dumazet
2015-02-04
2
-3
/
+17
*
|
|
|
netfilter: Use rhashtable walk iterator
Herbert Xu
2015-02-04
1
-17
/
+36
*
|
|
|
netlink: Use rhashtable walk iterator
Herbert Xu
2015-02-04
1
-66
/
+64
*
|
|
|
net/core: Add event for a change in slave state
Moni Shoua
2015-02-04
2
-0
/
+21
*
|
|
|
tipc: separate link starting event from link timeout event
Jon Paul Maloy
2015-02-04
1
-1
/
+3
*
|
|
|
tipc: eliminate race during node creation
Jon Paul Maloy
2015-02-04
2
-13
/
+7
*
|
|
|
tipc: avoid stale link after aborted failover
Jon Paul Maloy
2015-02-04
2
-0
/
+5
*
|
|
|
tipc: add reference count to struct tipc_link
Jon Paul Maloy
2015-02-04
2
-31
/
+50
[next]