aboutsummaryrefslogtreecommitdiffstats
path: root/mm (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet4-9/+9
2019-11-06dpaa2-eth: fix an always true condition in dpaa2_mac_get_if_modeIoana Ciornei1-5/+10
2019-11-06net: openvswitch: select vport upcall portid directlyTonghao Zhang1-2/+3
2019-11-06net: axienet: Fix error return code in axienet_probe()Wei Yongjun1-4/+0
2019-11-06net: aquantia: fix return value check in aq_ptp_init()Wei Yongjun1-1/+1
2019-11-06ptp: ptp_clockmatrix: Fix missing unlock on error in idtcm_probe()Wei Yongjun1-1/+3
2019-11-06tipc: eliminate the dummy packet in link synchingTuong Lien1-15/+14
2019-11-06lwtunnel: add options setting and dumping for erspanXin Long2-2/+104
2019-11-06lwtunnel: add options setting and dumping for vxlanXin Long2-2/+74
2019-11-06lwtunnel: add options setting and dumping for geneveXin Long2-16/+216
2019-11-06lwtunnel: add options process for cmp_encapXin Long1-2/+8
2019-11-06lwtunnel: add options process for arp requestXin Long1-3/+4
2019-11-06tipc: reduce sensitive to retransmit failuresHoang Le1-1/+1
2019-11-06tipc: update cluster capabilities if node deletedHoang Le1-1/+11
2019-11-06selftest: net: add some traceroute testsFrancesco Ruggeri2-1/+323
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet9-10/+10
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet7-9/+9
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet16-21/+21
2019-11-06net: avoid potential false sharing in neighbor related codeEric Dumazet3-12/+12
2019-11-06inet_diag: use jiffies_delta_to_msecs()Eric Dumazet1-9/+6
2019-11-06net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2019-11-06tc-testing: updated pedit TDC testsRoman Mashak1-0/+250
2019-11-06selftests: devlink: undo changes at the end of resource_testJakub Kicinski1-0/+6
2019-11-06gianfar: Maximize Rx buffer sizeClaudiu Manoil1-4/+4
2019-11-06ehea: replace with page_shift() in ehea_is_hugepage()Yunfeng Ye1-4/+1
2019-11-06net: forcedeth: add xmit_more supportZhu Yanjun1-10/+49
2019-11-06selftests: bpf: log direct file writesJakub Kicinski1-6/+14
2019-11-06netdevsim: drop code duplicated by a mergeJakub Kicinski1-39/+8
2019-11-05r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2Kai-Heng Feng2-19/+46
2019-11-05cxgb4: Add pci reset handlerVishal Kulkarni1-9/+96
2019-11-05cnic: Set fp_hsi_ver as part of CLIENT_SETUP ramrodManish Rangankar1-0/+2
2019-11-05bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra1-5/+11
2019-11-05bnx2x: Enable Multi-Cos feature.Sudarsana Reddy Kalluru1-1/+2
2019-11-05bnx2x: Utilize FW 7.13.15.0.Sudarsana Reddy Kalluru2-67/+67
2019-11-05net: ethernet: emac: Fix phy mode typeAndrew Lunn3-3/+5
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet3-2/+10
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet3-5/+4
2019-11-05net_sched: do not export gnet_stats_basic_packed to uapiEric Dumazet2-4/+6
2019-11-05net: dsa: mv88e6xxx: Add ATU occupancy via devlink resourcesAndrew Lunn1-4/+186
2019-11-05net: dsa: mv88e6xxx: global1_atu: Add helper for get nextAndrew Lunn4-10/+9
2019-11-05net: dsa: mv88e6xxx: global2: Expose ATU stats registerAndrew Lunn2-1/+43
2019-11-05net: dsa: mv88e6xxx: Add number of MACs in the ATUAndrew Lunn2-0/+31
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn2-0/+53
2019-11-05net: dsa: bcm_sf2: Add support for optional reset controller lineFlorian Fainelli2-0/+22
2019-11-05dt-bindings: net: Describe BCM7445 switch reset propertyFlorian Fainelli1-0/+6
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese4-33/+85
2019-11-05net: hns3: remove unused macrosColin Ian King2-4/+0
2019-11-05vsock: Simplify '__vsock_release()'Christophe JAILLET1-3/+1
2019-11-05net: dsa: Fix use after free in dsa_switch_remove()Florian Fainelli1-1/+2
2019-11-05tc-testing: added tests with cookie for mpls TC actionRoman Mashak1-0/+145