summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * Bluetooth: 6lowpan: Fix imtu & omtu valuesJohan Hedberg2015-10-081-2/+1
| * Bluetooth: Enforce packet types in hci_recv_frame driver functionMarcel Holtmann2015-10-081-0/+7
| * Bluetooth: Fix interaction of HCI_QUIRK_RESET_ON_CLOSE and HCI_AUTO_OFFMarcel Holtmann2015-10-081-7/+8
| * Bluetooth: Add debugfs entry for setting vendor diagnostic modeMarcel Holtmann2015-10-081-3/+60
| * Bluetooth: Add support for vendor specific diagnostic channelMarcel Holtmann2015-10-082-0/+18
| * Bluetooth: Send index information updates to monitor channelMarcel Holtmann2015-10-081-1/+24
| * Bluetooth: Send transport open and close monitor eventsMarcel Holtmann2015-10-051-0/+26
| * Bluetooth: Move handling of HCI_RUNNING flag into coreMarcel Holtmann2015-10-051-0/+3
| * Bluetooth: Move HCI_RUNNING check into hci_send_frameMarcel Holtmann2015-10-051-0/+5
| * Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE eventsMarcel Holtmann2015-10-051-0/+6
| * Bluetooth: Limit userspace exposure of stack internal eventsMarcel Holtmann2015-10-051-7/+9
| * nl802154: Missing return in nl802154_add_llsec_key()Dan Carpenter2015-10-021-0/+1
| * ieee802154: handle datagram variables as u16Alexander Aring2015-10-013-7/+9
| * ieee802154: 6lowpan: add tx/rx statsAlexander Aring2015-09-302-0/+6
| * ieee802154: 6lowpan: don't skip first dsn while fragmentationAlexander Aring2015-09-301-10/+17
| * ieee802154: 6lowpan: change datagram var typesAlexander Aring2015-09-303-7/+7
| * ieee802154: change mtu size behaviourAlexander Aring2015-09-303-14/+13
| * mac802154: add comments for llsec issuesAlexander Aring2015-09-302-0/+8
| * nl802154: add support for security layerAlexander Aring2015-09-306-0/+1460
| * nl802154: use nla_get_le64 for get extended addrAlexander Aring2015-09-301-3/+1
| * Bluetooth: Add hci_cmd_sync functionLoic Poulain2015-09-291-0/+19
| * mac802154: iface: assume big endian for af_packetAlexander Aring2015-09-241-5/+3
| * Bluetooth: Add BT_WARN and bt_dev_warn logging macrosFrederic Danis2015-09-241-0/+16
| * mac802154: tx: add warning if MTU exceedsAlexander Aring2015-09-221-0/+11
| * ieee802154: change needed headroom/tailroomAlexander Aring2015-09-226-14/+36
| * ieee802154: introduce wpan_dev_header_opsAlexander Aring2015-09-223-18/+85
| * ieee802154: header_ops: fix frame control settingAlexander Aring2015-09-221-9/+9
| * mac802154: llsec: fix device deletion from listAlexander Aring2015-09-221-0/+1
* | net: synack packets can be attached to request socketsEric Dumazet2015-10-111-1/+2
* | bpf: fix cb access in socket filter programsAlexei Starovoitov2015-10-112-10/+12
* | net/sched: make sch_blackhole.c explicitly non-modularPaul Gortmaker2015-10-091-12/+3
* | net/dcb: make dcbnl.c explicitly non-modularPaul Gortmaker2015-10-091-27/+3
* | net/core: make sock_diag.c explicitly non-modularPaul Gortmaker2015-10-091-11/+3
* | net/core: lockdep_rtnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* | net/dccp: dccp_bad_service_code can be booleanYaowei Bai2015-10-091-2/+2
* | net/nfnetlink: lockdep_nfnl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* | net/netlink: lockdep_genl_is_held can be booleanYaowei Bai2015-10-091-1/+1
* | bpf: split state from prandom_u32() and consolidate {c, e}BPF prngsDaniel Borkmann2015-10-081-7/+2
* | net: move net_get_random_once to libHannes Frederic Sowa2015-10-081-49/+0
* | net: Do not drop to make_route if oif is l3mdevDavid Ahern2015-10-081-1/+2
* | bpf, skb_do_redirect: clear sender_cpu before xmitDaniel Borkmann2015-10-081-0/+1
* | Merge branch 'net/rds/4.3-v3' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2015-10-0812-282/+448
|\ \
| * | RDS: IB: split mr pool to improve 8K messages performanceSantosh Shilimkar2015-10-054-62/+147
| * | RDS: IB: use max_mr from HCA caps than max_fmrSantosh Shilimkar2015-10-051-2/+2
| * | RDS: IB: mark rds_ib_fmr_wq staticSantosh Shilimkar2015-10-051-1/+1
| * | RDS: IB: use already available pool handle from ibmrSantosh Shilimkar2015-10-051-3/+2
| * | RDS: IB: fix the rds_ib_fmr_wq kick callSantosh Shilimkar2015-10-051-1/+1
| * | RDS: IB: handle rds_ibdev release case instead of crashing the kernelSantosh Shilimkar2015-10-051-1/+2
| * | RDS: IB: split send completion handling and do batch ackSantosh Shilimkar2015-10-055-65/+98
| * | RDS: IB: ack more receive completions to improve performanceSantosh Shilimkar2015-10-054-105/+132
OpenPOWER on IntegriCloud