aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30Bluetooth: Read no of adv sets during initJaganath Kanakkassery2-2/+32
2018-07-30Bluetooth: Use selected PHYs in extended connectJaganath Kanakkassery1-16/+45
2018-07-30Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery1-13/+37
2018-07-30Bluetooth: Set Scan PHYs based on selected PHYs by userJaganath Kanakkassery1-9/+28
2018-07-30Bluetooth: Implement PHY changed eventJaganath Kanakkassery2-1/+25
2018-07-30Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2-0/+208
2018-07-30Bluetooth: Implement Get PHY Configuration mgmt commandJaganath Kanakkassery1-0/+145
2018-07-30Bluetooth: Define PHY flags in hdev and set 1M as defaultJaganath Kanakkassery1-4/+5
2018-07-18Bluetooth: Use lock_sock_nested in bt_accept_enqueuePhilipp Puschmann1-1/+1
2018-07-16Bluetooth: avoid killing an already killed socketSudip Mukherjee1-1/+2
2018-07-06Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery3-18/+109
2018-07-06Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery1-45/+65
2018-07-06Bluetooth: Process extended ADV report eventJaganath Kanakkassery2-0/+61
2018-07-06Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2-25/+136
2018-07-06Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2-49/+46
2018-07-06Bluetooth: Add HCI command for clear Resolv listAnkit Navik2-0/+22
2018-07-06Bluetooth: Store Resolv list sizeAnkit Navik3-0/+45
2018-07-066lowpan: iphc: reset mac_header after decompress to fix panicMichael Scott1-0/+1
2018-07-06net: ipv6: listify ipv6_rcv() and ip6_rcv_finish()Edward Cree2-16/+116
2018-07-06net: ipv4: fix list processing on L3 slave devicesEdward Cree1-8/+15
2018-07-05net: core: filter: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-05net: decnet: dn_nsp_in: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2018-07-05devlink: Add enable_sriov boolean generic parameterVasundhara Volam1-1/+5
2018-07-05devlink: Add generic parameters internal_err_reset and max_macsMoshe Shemesh1-1/+13
2018-07-05devlink: Add devlink notifications support for paramsMoshe Shemesh1-0/+50
2018-07-05devlink: Add support for get/set driverinit valueMoshe Shemesh1-0/+77
2018-07-05devlink: Add param set commandMoshe Shemesh1-0/+134
2018-07-05devlink: Add param get commandMoshe Shemesh1-0/+250
2018-07-05devlink: Add devlink_param register and unregisterMoshe Shemesh1-0/+148
2018-07-05net: limit each hash list length to MAX_GRO_SKBSLi RongQing1-33/+23
2018-07-05net: ipv4: fix drop handling in ip_list_rcv() and ip_list_rcv_finish()Edward Cree1-5/+11
2018-07-04net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2-2/+37
2018-07-04net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia1-1/+70
2018-07-04net/sched: Introduce the ETF QdiscVinicius Costa Gomes3-0/+396
2018-07-04net/sched: Allow creating a Qdisc watchdog with other clocksVinicius Costa Gomes1-2/+9
2018-07-04net: packet: Hook into time based transmission.Richard Cochran1-0/+6
2018-07-04net: ipv6: Hook into time based transmissionJesus Sanchez-Palencia3-5/+14
2018-07-04net: ipv4: Hook into time based transmissionJesus Sanchez-Palencia5-0/+9
2018-07-04net: Add a new socket option for a future transmit time.Richard Cochran1-0/+35
2018-07-04net: Clear skb->tstamp only on the forwarding pathJesus Sanchez-Palencia1-1/+1
2018-07-04net: sched: act_pedit: fix possible memory leak in tcf_pedit_init()Wei Yongjun1-9/+16
2018-07-04net:sched: add action inheritdsfield to skbeditQiaobin Fu1-0/+41
2018-07-04net: don't bother calling list RX functions on empty listsEdward Cree1-2/+6
2018-07-04net: ipv4: listify ip_rcv_finishEdward Cree1-6/+48
2018-07-04net: ipv4: listified version of ip_rcvEdward Cree3-10/+67
2018-07-04net: core: propagate SKB lists through packet_type lookupEdward Cree1-8/+64
2018-07-04net: core: another layer of lists, around PF_MEMALLOC skb handlingEdward Cree1-8/+36
2018-07-04net: core: Another step of skb receive list processingEdward Cree1-5/+56
2018-07-04net: core: unwrap skb list receive slightly furtherEdward Cree1-1/+3