summaryrefslogtreecommitdiffstats
path: root/net/appletalk (unfollow)
Commit message (Expand)AuthorFilesLines
2018-11-09mac80211_hwsim: allow configurable cipher typesJames Prestwood2-0/+81
2018-11-09mac80211_hwsim: allow setting iftype supportJames Prestwood2-66/+91
2018-11-09mac80211_hwsim: move HWSIM_ATTR_RADIO_NAME parsing lastJohannes Berg1-13/+10
2018-11-09nl80211: Emit a SET_INTERFACE on iftype changeAndrew Zaborowski1-12/+16
2018-11-09nl80211: announce radios/interfaces when switching namespacesMartin Willi1-0/+14
2018-11-09mac80211: allow drivers to use peer measurement APIJohannes Berg4-0/+75
2018-11-09cfg80211: add peer measurement with FTM initiator APIJohannes Berg10-19/+1609
2018-11-09netlink: add nl_set_extack_cookie_u64()Johannes Berg1-0/+9
2018-11-09mac80211: tx: avoid variable shadowingJohannes Berg1-2/+2
2018-11-09mac80211: debugfs: avoid variable shadowingJohannes Berg1-7/+7
2018-11-09mac80211: sta_info: avoid tidstats variable shadowingJohannes Berg1-5/+2
2018-11-09mac80211: tracing: avoid 'idx' variableJohannes Berg1-3/+3
2018-11-09cfg80211: tracing: avoid 'idx' variableJohannes Berg1-12/+12
2018-11-09sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree1-4/+1
2018-11-09gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław1-5/+3
2018-11-09OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław4-18/+23
2018-11-09cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław1-1/+1
2018-11-09i40iw: remove use of VLAN_TAG_PRESENTMichał Mirosław1-4/+4
2018-11-09net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas1-8/+3
2018-11-09net: socionext: different approach on DMAIlias Apalodimas1-99/+128
2018-11-09net: qca_spi: Add available buffer space verificationStefan Wahren3-1/+17
2018-11-09sock: Reset dst when changing sk_mark via setsockoptDavid Barmann1-2/+4
2018-11-09s390/qeth: don't process hsuid in qeth_l3_setup_netdev()Julian Wiedmann1-3/+0
2018-11-09s390/qeth: remove unused fallback in Layer3's MAC codeJulian Wiedmann1-3/+0
2018-11-09s390/qeth: remove two IPA command helpersJulian Wiedmann3-59/+19
2018-11-09s390/qeth: replace open-coded cmd setupJulian Wiedmann3-19/+12
2018-11-09s390/qeth: remove card listJulian Wiedmann3-44/+24
2018-11-09s390/qeth: unify transmit codeJulian Wiedmann3-83/+19
2018-11-09s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()Julian Wiedmann2-30/+17
2018-11-09s390/qeth: utilize virtual MAC for Layer2 OSD devicesJulian Wiedmann4-22/+26
2018-11-09openvswitch: remove BUG_ON from get_dpdevLi RongQing1-1/+0
2018-11-09selftests: pmtu: Introduce FoU and GUE PMTU exceptions testsStefano Brivio1-0/+179
2018-11-09fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio3-0/+143
2018-11-09udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio4-35/+113
2018-11-09net: Convert protocol error handlers from void to intStefano Brivio27-121/+177
2018-11-09selftests: pmtu: Introduce tests for IPv4/IPv6 over GENEVE over IPv4/IPv6Stefano Brivio1-31/+86
2018-11-09geneve: Allow configuration of DF behaviourStefano Brivio2-8/+56
2018-11-09geneve: ICMP error lookup handlerStefano Brivio1-0/+52
2018-11-09selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6Stefano Brivio1-18/+125
2018-11-09vxlan: Allow configuration of DF behaviourStefano Brivio3-1/+38
2018-11-09vxlan: ICMP error lookup handlerStefano Brivio1-0/+29
2018-11-09udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio5-20/+153
2018-11-09net: hns3: fix spelling mistake, "assertting" -> "asserting"Colin Ian King1-1/+1
2018-11-09cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar1-0/+1
2018-11-09net/ipv6: compute anycast address hash only if dev is nullLi RongQing1-2/+4
2018-11-09net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing1-1/+1
2018-11-09net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski1-1/+3
2018-11-09net: sched: red: delay destroying child qdisc on replaceJakub Kicinski1-2/+6
2018-11-09net: sched: refactor grafting Qdiscs with a parentJakub Kicinski1-14/+14
2018-11-09net: sched: add an offload graft helperJakub Kicinski3-24/+44