aboutsummaryrefslogtreecommitdiffstats
path: root/Kconfig (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-27netlink: add NLA_MIN_LENJohannes Berg2-2/+13
2019-04-27net: fix two coding style issuesMichal Kubecek2-3/+4
2019-04-27ipset: drop ipset_nest_start() and ipset_nest_end()Michal Kubecek4-28/+25
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek111-466/+539
2019-04-27net/tls: byte swap device req TCP seq no upon settingJakub Kicinski2-2/+2
2019-04-27net/tls: move definition of tls ops into net/tls.hJakub Kicinski2-22/+18
2019-04-27net/tls: remove old exports of sk_destruct functionsJakub Kicinski2-20/+17
2019-04-27net/tls: don't log errors every time offload can't proceedJakub Kicinski1-6/+1
2019-04-26net: hns3: remove reset after command send failedWeihang Li1-10/+0
2019-04-26net: hns3: prevent double free in hns3_put_ring_config()Huazhong Tan1-5/+5
2019-04-26net: hns3: extend the loopback state acquisition timeliuzhongzhu1-2/+2
2019-04-26net: hns3: fix pause configure fail problemHuazhong Tan1-1/+4
2019-04-26net: hns3: not reset TQP in the DOWN while VF resettingHuazhong Tan1-2/+4
2019-04-26net: hns3: use a reserved byte to identify need_resp flagHuazhong Tan3-5/+9
2019-04-26net: hns3: use atomic_t replace u32 for arq's countHuazhong Tan3-5/+6
2019-04-26net: hns3: stop sending keep alive msg when VF command queue needs reinitHuazhong Tan1-1/+1
2019-04-26net: hns3: handle the BD info on the last BD of the packetYunsheng Lin1-18/+20
2019-04-26net: hns3: fix for TX clean num when cleaning TX BDYunsheng Lin1-1/+2
2019-04-26net: hns3: fix data race between ring->next_to_cleanYunsheng Lin2-5/+16
2019-04-26nfp: implement PCI driver shutdown callbackDirk van der Merwe2-5/+30
2019-04-26NFC: st95hf: remove set but not used variables 'dev, nfcddev'YueHaibing1-4/+0
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet1-1/+0
2019-04-26net: phy: improve genphy_soft_resetHeiner Kallweit1-2/+14
2019-04-26usbnet: ipheth: Simplify device detectionGuenter Roeck1-55/+3
2019-04-26ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern1-1/+1
2019-04-26cnic: Refactor code and mark expected switch fall-throughGustavo A. R. Silva1-7/+6
2019-04-26cxgb4/cxgb4vf_main: Mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2019-04-26wimax/i2400m/control: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-04-26amd-xgbe: Mark expected switch fall-throughsGustavo A. R. Silva1-3/+3
2019-04-26net: socket: Fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-04-26s390/qeth: trust non-IP cast type in qeth_l3_fill_header()Julian Wiedmann1-8/+3
2019-04-26s390/qeth: extract helper to determine L2 cast typeJulian Wiedmann3-18/+14
2019-04-26s390/qeth: cache max number of available buffer elementsJulian Wiedmann3-24/+22
2019-04-26s390/qeth: don't clear Output buffers on every queue initJulian Wiedmann1-6/+2
2019-04-26s390/qeth: use IS_* helpers for checking device typeJulian Wiedmann7-78/+54
2019-04-26s390/qeth: clean up stale buffer state documentationJulian Wiedmann1-28/+13
2019-04-26s390/qeth: remove RX seqno in skb->cbJulian Wiedmann2-3/+0
2019-04-26s390: qeth: address type mismatch warningArnd Bergmann1-3/+7
2019-04-26mac80211: probe unexercised mesh linksRajkumar Manoharan5-0/+45
2019-04-26mac80211: add option for setting control flagsRajkumar Manoharan3-9/+14
2019-04-26cfg80211: add support to probe unexercised mesh linkRajkumar Manoharan5-0/+101
2019-04-26mac80211: Set CAN_REPLACE_PTK0 for SW crypto only driversAlexander Wetzel1-0/+7
2019-04-26mac80211_hwsim: Extended Key ID supportAlexander Wetzel1-0/+6
2019-04-26nl80211: do a struct assignment to radar_chandef instead of memcpy()Luca Coelho1-1/+1
2019-04-26mac80211: Fix Extended Key ID auto activationAlexander Wetzel1-1/+5
2019-04-26cfg80211: don't pass pointer to pointer unnecessarilyDan Carpenter3-9/+9
2019-04-26mac80211: store tx power value from user to stationAshok Raj Nagarajan5-0/+87
2019-04-26cfg80211: Add support to set tx power for a station associatedAshok Raj Nagarajan3-0/+80
2019-04-26mac80211: only allocate one queue when using iTXQsJohannes Berg1-5/+5
2019-04-26nl80211: Use struct_size() in kzalloc()Gustavo A. R. Silva1-7/+3