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
...
|
|
*
ieee802154: change mtu size behaviour
Alexander Aring
2015-09-30
3
-14
/
+13
|
|
*
mac802154: add comments for llsec issues
Alexander Aring
2015-09-30
2
-0
/
+8
|
|
*
nl802154: add support for security layer
Alexander Aring
2015-09-30
6
-0
/
+1460
|
|
*
nl802154: use nla_get_le64 for get extended addr
Alexander Aring
2015-09-30
1
-3
/
+1
|
|
*
Bluetooth: Add hci_cmd_sync function
Loic Poulain
2015-09-29
1
-0
/
+19
|
|
*
mac802154: iface: assume big endian for af_packet
Alexander Aring
2015-09-24
1
-5
/
+3
|
|
*
Bluetooth: Add BT_WARN and bt_dev_warn logging macros
Frederic Danis
2015-09-24
1
-0
/
+16
|
|
*
mac802154: tx: add warning if MTU exceeds
Alexander Aring
2015-09-22
1
-0
/
+11
|
|
*
ieee802154: change needed headroom/tailroom
Alexander Aring
2015-09-22
6
-14
/
+36
|
|
*
ieee802154: introduce wpan_dev_header_ops
Alexander Aring
2015-09-22
3
-18
/
+85
|
|
*
ieee802154: header_ops: fix frame control setting
Alexander Aring
2015-09-22
1
-9
/
+9
|
|
*
mac802154: llsec: fix device deletion from list
Alexander Aring
2015-09-22
1
-0
/
+1
|
*
|
net: synack packets can be attached to request sockets
Eric Dumazet
2015-10-11
1
-1
/
+2
|
*
|
bpf: fix cb access in socket filter programs
Alexei Starovoitov
2015-10-11
2
-10
/
+12
|
*
|
net/sched: make sch_blackhole.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-12
/
+3
|
*
|
net/dcb: make dcbnl.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-27
/
+3
|
*
|
net/core: make sock_diag.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-11
/
+3
|
*
|
net/core: lockdep_rtnl_is_held can be boolean
Yaowei Bai
2015-10-09
1
-1
/
+1
|
*
|
net/dccp: dccp_bad_service_code can be boolean
Yaowei Bai
2015-10-09
1
-2
/
+2
|
*
|
net/nfnetlink: lockdep_nfnl_is_held can be boolean
Yaowei Bai
2015-10-09
1
-1
/
+1
|
*
|
net/netlink: lockdep_genl_is_held can be boolean
Yaowei Bai
2015-10-09
1
-1
/
+1
|
*
|
bpf: split state from prandom_u32() and consolidate {c, e}BPF prngs
Daniel Borkmann
2015-10-08
1
-7
/
+2
|
*
|
net: move net_get_random_once to lib
Hannes Frederic Sowa
2015-10-08
1
-49
/
+0
|
*
|
net: Do not drop to make_route if oif is l3mdev
David Ahern
2015-10-08
1
-1
/
+2
|
*
|
bpf, skb_do_redirect: clear sender_cpu before xmit
Daniel Borkmann
2015-10-08
1
-0
/
+1
|
*
|
Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
David S. Miller
2015-10-08
12
-282
/
+448
|
|
\
\
|
|
*
|
RDS: IB: split mr pool to improve 8K messages performance
Santosh Shilimkar
2015-10-05
4
-62
/
+147
|
|
*
|
RDS: IB: use max_mr from HCA caps than max_fmr
Santosh Shilimkar
2015-10-05
1
-2
/
+2
|
|
*
|
RDS: IB: mark rds_ib_fmr_wq static
Santosh Shilimkar
2015-10-05
1
-1
/
+1
|
|
*
|
RDS: IB: use already available pool handle from ibmr
Santosh Shilimkar
2015-10-05
1
-3
/
+2
|
|
*
|
RDS: IB: fix the rds_ib_fmr_wq kick call
Santosh Shilimkar
2015-10-05
1
-1
/
+1
|
|
*
|
RDS: IB: handle rds_ibdev release case instead of crashing the kernel
Santosh Shilimkar
2015-10-05
1
-1
/
+2
|
|
*
|
RDS: IB: split send completion handling and do batch ack
Santosh Shilimkar
2015-10-05
5
-65
/
+98
|
|
*
|
RDS: IB: ack more receive completions to improve performance
Santosh Shilimkar
2015-10-05
4
-105
/
+132
|
|
*
|
RDS: use rds_send_xmit() state instead of RDS_LL_SEND_FULL
Santosh Shilimkar
2015-10-05
2
-4
/
+8
|
|
*
|
RDS: defer the over_batch work to send worker
Santosh Shilimkar
2015-10-05
1
-3
/
+6
|
|
*
|
RDS: Use per-bucket rw lock for bind hash-table
Santosh Shilimkar
2015-09-30
3
-15
/
+35
|
|
*
|
RDS: fix rds_sock reference bug while doing bind
Santosh Shilimkar
2015-09-30
1
-5
/
+11
|
|
*
|
RDS: make socket bind/release locking scheme simple and more efficient
Santosh Shilimkar
2015-09-30
2
-26
/
+15
|
|
*
|
RDS: use kfree_rcu in rds_ib_remove_ipaddr
Santosh Shilimkar
2015-09-30
2
-4
/
+3
|
*
|
|
dst: Pass net into dst->output
Eric W. Biederman
2015-10-08
12
-37
/
+30
|
*
|
|
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
2015-10-08
12
-19
/
+17
|
*
|
|
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
Eric W. Biederman
2015-10-08
3
-7
/
+5
|
*
|
|
ipv4: Cache net in ip_build_and_send_pkt and ip_queue_xmit
Eric W. Biederman
2015-10-08
1
-4
/
+6
|
*
|
|
ipv4: Cache net in iptunnel_xmit
Eric W. Biederman
2015-10-08
1
-2
/
+2
|
*
|
|
ipv6: Merge ip6_local_out and ip6_local_out_sk
Eric W. Biederman
2015-10-08
6
-12
/
+6
|
*
|
|
ipv6: Merge __ip6_local_out and __ip6_local_out_sk
Eric W. Biederman
2015-10-08
3
-9
/
+4
|
*
|
|
ipv4: Merge ip_local_out and ip_local_out_sk
Eric W. Biederman
2015-10-08
7
-12
/
+12
|
*
|
|
ipv4: Merge __ip_local_out and __ip_local_out_sk
Eric W. Biederman
2015-10-08
3
-9
/
+4
|
*
|
|
dst: Pass a sk into .local_out
Eric W. Biederman
2015-10-08
7
-7
/
+7
[prev]
[next]