summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-208-30/+36
* bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-202-1/+17
* sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-10-201-1/+1
* sctp: do not peel off an assoc from one netns to another oneXin Long2017-10-191-0/+4
* Merge branch 'bpf-Fix-for-BPF-devmap-percpu-allocation-splat'David S. Miller2017-10-194-12/+14
|\
| * bpf: do not test for PCPU_MIN_UNIT_SIZE before percpu allocationsDaniel Borkmann2017-10-192-5/+1
| * bpf: fix splat for illegal devmap percpu allocationDaniel Borkmann2017-10-191-2/+3
| * mm, percpu: add support for __GFP_NOWARN flagDaniel Borkmann2017-10-191-5/+10
|/
* Merge branch 'ena-fixes'David S. Miller2017-10-192-5/+6
|\
| * net: ena: fix wrong max Tx/Rx queues on ethtoolNetanel Belgazal2017-10-191-2/+2
| * net: ena: fix rare kernel crash when bar memory remap failsNetanel Belgazal2017-10-191-1/+2
| * net: ena: reduce the severity of some printoutsNetanel Belgazal2017-10-191-2/+2
|/
* bpf: disallow arithmetic operations on context pointerJakub Kicinski2017-10-182-2/+20
* netlink: fix netlink_ack() extack raceJohannes Berg2017-10-181-4/+4
* ibmvnic: Fix calculation of number of TX header descriptorsThomas Falcon2017-10-181-8/+8
* mlxsw: core: Fix possible deadlockIdo Schimmel2017-10-181-1/+10
* Merge tag 'mac80211-for-davem-2017-10-16' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-10-161-4/+17
|\
| * mac80211: accept key reinstall without changing anythingJohannes Berg2017-10-161-4/+17
* | dev_ioctl: add missing NETDEV_CHANGE_TX_QUEUE_LEN event notificationXin Long2017-10-161-1/+12
* | net/sched: cls_flower: Set egress_dev mark when calling into the HW driverOr Gerlitz2017-10-161-0/+2
* | tun: call dev_get_valid_name() before register_netdevice()Cong Wang2017-10-163-3/+9
* | net: enable interface alias removal via rtnlNicolas Dichtel2017-10-161-1/+4
* | Merge branch 'rtnetlink-dev-notification-fixes'David S. Miller2017-10-161-2/+6
|\ \
| * | rtnetlink: do not set notification for tx_queue_len in do_setlinkXin Long2017-10-161-1/+1
| * | rtnetlink: check DO_SETLINK_NOTIFY correctly in do_setlinkXin Long2017-10-161-1/+1
| * | rtnetlink: bring NETDEV_CHANGEUPPER event process back in rtnetlink_eventXin Long2017-10-161-0/+1
| * | rtnetlink: bring NETDEV_POST_TYPE_CHANGE event process back in rtnetlink_eventXin Long2017-10-161-0/+1
| * | rtnetlink: bring NETDEV_CHANGE_TX_QUEUE_LEN event process back in rtnetlink_e...Xin Long2017-10-161-0/+1
| * | rtnetlink: bring NETDEV_CHANGEMTU event process back in rtnetlink_eventXin Long2017-10-161-0/+1
|/ /
* | Merge branch 'bnxt_en-fixes'David S. Miller2017-10-155-34/+112
|\ \
| * | bnxt_en: Fix possible corruption in DCB parameters from firmware.Sankar Patchineelam2017-10-151-5/+18
| * | bnxt_en: Fix possible corrupted NVRAM parameters from firmware response.Michael Chan2017-10-153-1/+10
| * | bnxt_en: Fix VF resource checking.Michael Chan2017-10-151-2/+9
| * | bnxt_en: Fix VF PCIe link speed and width logic.Vasundhara Volam2017-10-151-1/+1
| * | bnxt_en: Don't use rtnl lock to protect link change logic in workqueue.Michael Chan2017-10-153-12/+21
| * | bnxt_en: Improve VF/PF link change logic.Michael Chan2017-10-151-13/+53
|/ /
* | net: dsa: mv88e6060: fix switch MAC addressVivien Didelot2017-10-151-2/+8
* | l2tp: check ps->sock before running pppol2tp_session_ioctl()Guillaume Nault2017-10-151-0/+3
* | net: fix typo in skbuff.cWenhua Shi2017-10-151-1/+1
* | net: stmmac: dwmac_lib: fix interchanged sleep/timeout values in DMA reset fu...Emiliano Ingrassia2017-10-131-1/+1
* | liquidio: fix timespec64_to_ns typoArnd Bergmann2017-10-131-1/+1
* | Merge tag 'wireless-drivers-for-davem-2017-10-13' of git://git.kernel.org/pub...David S. Miller2017-10-1318-197/+232
|\ \
| * \ Merge tag 'iwlwifi-for-kalle-2017-10-06' of git://git.kernel.org/pub/scm/linu...Kalle Valo2017-10-0915-95/+132
| |\ \
| | * | iwlwifi: nvm: set the correct offsets to 3168 seriesChaya Rachel Ivgi2017-10-069-28/+59
| | * | iwlwifi: nvm-parse: unify channel flags printingJohannes Berg2017-10-061-59/+39
| | * | iwlwifi: mvm: return -ENODATA when reading the temperature with the FW downLuca Coelho2017-10-061-1/+1
| | * | iwlwifi: stop dbgc recording before stopping DMAGolan Ben Ami2017-10-062-5/+17
| | * | iwlwifi: mvm: do not print security error in monitor modeShaul Triebitz2017-10-064-2/+16
| |/ /
| * | brcmsmac: make some local variables 'static const' to reduce stack sizeArnd Bergmann2017-10-021-100/+97
| * | brcmfmac: Add check for short event packetsKevin Cernekee2017-10-021-1/+2