aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-07-06Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2-49/+46
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso6-83/+44
2018-07-06nl80211/mac80211: allow non-linear skb in rx_control_portDenis Kenzior3-21/+26
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl3-16/+28
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-06ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user nsTyler Hicks1-2/+3
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-05leds: triggers: let struct led_trigger::activate() return an error codeUwe Kleine-König3-8/+22
2018-07-05batman-adv: fix checkpatch warning about misspelled "cache"Sven Eckelmann1-1/+1
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-05net: qrtr: Reset the node and port ID of broadcast messagesArun Kumar Neelakantam1-2/+7
2018-07-05net: qrtr: Broadcast messages only from control portArun Kumar Neelakantam1-0/+4
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore3-95/+52
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-05netfilter: x_tables: set module owner for icmp(6) matchesFlorian Westphal2-0/+2
2018-07-05ieee802154: 6lowpan: set IFLA_LINKLubomir Rintel1-0/+6
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-04sctp: fix the issue that pathmtu may be set lower than MINSEGMENTXin Long1-1/+1
2018-07-04net:sched: add action inheritdsfield to skbeditQiaobin Fu1-0/+41
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern2-72/+87
2018-07-04gen_stats: Fix netlink stats dumping in the presence of paddingToke Høiland-Jørgensen1-2/+14
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