summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xfrm: policy: store inexact policies in a tree ordered by destination addressFlorian Westphal2018-11-092-6/+328
* xfrm: policy: add inexact policy search tree infrastructureFlorian Westphal2018-11-092-54/+248
* xfrm: policy: consider if_id when hashing inexact policyFlorian Westphal2018-11-091-9/+16
* xfrm: policy: store inexact policies in an rhashtableFlorian Westphal2018-11-093-18/+335
* xfrm: policy: return NULL when inexact search neededFlorian Westphal2018-11-091-2/+11
* xfrm: policy: split list insertion into a helperFlorian Westphal2018-11-091-16/+27
* xfrm: security: iterate all, not inexact listsFlorian Westphal2018-11-091-67/+26
* selftests: add xfrm policy test scriptFlorian Westphal2018-11-092-1/+278
* sfc: use the new __netdev_tx_sent_queue BQL optimisationEdward Cree2018-11-091-4/+1
* Merge branch 'net-Remove-VLAN_TAG_PRESENT-from-drivers'David S. Miller2018-11-097-28/+31
|\
| * gianfar: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-5/+3
| * OVS: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-094-18/+23
| * cnic: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-1/+1
| * i40iw: remove use of VLAN_TAG_PRESENTMichał Mirosław2018-11-091-4/+4
|/
* net: socionext: refactor netsec_alloc_dring()Ilias Apalodimas2018-11-091-8/+3
* net: socionext: different approach on DMAIlias Apalodimas2018-11-091-99/+128
* net: qca_spi: Add available buffer space verificationStefan Wahren2018-11-093-1/+17
* sock: Reset dst when changing sk_mark via setsockoptDavid Barmann2018-11-091-2/+4
* Merge branch 's390-qeth-next'David S. Miller2018-11-096-259/+113
|\
| * s390/qeth: don't process hsuid in qeth_l3_setup_netdev()Julian Wiedmann2018-11-091-3/+0
| * s390/qeth: remove unused fallback in Layer3's MAC codeJulian Wiedmann2018-11-091-3/+0
| * s390/qeth: remove two IPA command helpersJulian Wiedmann2018-11-093-59/+19
| * s390/qeth: replace open-coded cmd setupJulian Wiedmann2018-11-093-19/+12
| * s390/qeth: remove card listJulian Wiedmann2018-11-093-44/+24
| * s390/qeth: unify transmit codeJulian Wiedmann2018-11-093-83/+19
| * s390/qeth: handle af_iucv skbs in qeth_l3_fill_header()Julian Wiedmann2018-11-092-30/+17
| * s390/qeth: utilize virtual MAC for Layer2 OSD devicesJulian Wiedmann2018-11-094-22/+26
|/
* openvswitch: remove BUG_ON from get_dpdevLi RongQing2018-11-091-1/+0
* Merge branch 'ICMP-error-handling-for-UDP-tunnels'David S. Miller2018-11-0940-166/+1083
|\
| * selftests: pmtu: Introduce FoU and GUE PMTU exceptions testsStefano Brivio2018-11-091-0/+179
| * fou, fou6: ICMP error handlers for FoU and GUEStefano Brivio2018-11-093-0/+143
| * udp: Support for error handlers of tunnels with arbitrary destination portStefano Brivio2018-11-094-35/+113
| * net: Convert protocol error handlers from void to intStefano Brivio2018-11-0927-121/+177
| * selftests: pmtu: Introduce tests for IPv4/IPv6 over GENEVE over IPv4/IPv6Stefano Brivio2018-11-091-31/+86
| * geneve: Allow configuration of DF behaviourStefano Brivio2018-11-092-8/+56
| * geneve: ICMP error lookup handlerStefano Brivio2018-11-091-0/+52
| * selftests: pmtu: Introduce tests for IPv4/IPv6 over VXLAN over IPv4/IPv6Stefano Brivio2018-11-091-18/+125
| * vxlan: Allow configuration of DF behaviourStefano Brivio2018-11-093-1/+38
| * vxlan: ICMP error lookup handlerStefano Brivio2018-11-091-0/+29
| * udp: Handle ICMP errors for tunnels with same destination port on both endpointsStefano Brivio2018-11-095-20/+153
|/
* net: hns3: fix spelling mistake, "assertting" -> "asserting"Colin Ian King2018-11-091-1/+1
* cxgb4: Add new T6 PCI device ids 0x608aGanesh Goudar2018-11-091-0/+1
* net/ipv6: compute anycast address hash only if dev is nullLi RongQing2018-11-091-2/+4
* net: bcmgenet: return correct value 'ret' from bcmgenet_power_downYueHaibing2018-11-091-1/+1
* Merge branch 'net-sched-prepare-for-more-Qdisc-offloads'David S. Miller2018-11-095-80/+107
|\
| * net: sched: prio: delay destroying child qdiscs on changeJakub Kicinski2018-11-091-1/+3
| * net: sched: red: delay destroying child qdisc on replaceJakub Kicinski2018-11-091-2/+6
| * net: sched: refactor grafting Qdiscs with a parentJakub Kicinski2018-11-091-14/+14
| * net: sched: add an offload graft helperJakub Kicinski2018-11-093-24/+44
| * net: sched: set TCQ_F_OFFLOADED flag for MQJakub Kicinski2018-11-091-6/+3