aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-18net: Fix usage of pskb_trim_rcsumRoss Lagerwall5-0/+5
2019-01-18net: phy: mdio_bus: add missing device_del() in mdiobus_register() error handlingThomas Petazzoni1-0/+1
2019-01-18doc: net: fix bad references to network driversOtto Sabart1-13/+13
2019-01-17macvlan: replace kfree_skb by consume_skb for drop profilesYang Wei1-1/+1
2019-01-17neighbour: Do not perturb drop profiles when neigh_probeYang Wei1-1/+1
2019-01-17amd-xgbe: Fix mdio access for non-zero ports and clause 45 PHYsLendacky, Thomas2-8/+16
2019-01-17net: phy: add missing phy driver featuresCamelia Groza2-0/+2
2019-01-17dpaa_eth: NETIF_F_LLTX requires to do our own update of trans_startMadalin Bucur1-0/+6
2019-01-17net: bridge: Fix ethernet header pointer before check skb forwardableYunjian Wang1-5/+4
2019-01-17vhost: log dirty page correctlyJason Wang3-16/+87
2019-01-17Documentation: timestamping: correct path to net_tstamp.hJakub Kicinski1-2/+2
2019-01-17af_packet: fix raw sockets over 6in4 tunnelNicolas Dichtel1-1/+2
2019-01-17udp6: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-17udp: add missing rehash callback to udpliteAlexey Kodanev3-1/+3
2019-01-17net/sched: cls_flower: allocate mask dynamically in fl_change()Ivan Vecera1-5/+14
2019-01-17net: dsa: realtek-smi: fix OF child-node lookupJohan Hovold1-5/+13
2019-01-17atm: he: fix sign-extension overflow on large shiftColin Ian King1-1/+1
2019-01-16udp: with udp_segment release on error pathWillem de Bruijn2-8/+24
2019-01-16net: bpfilter: change section name of bpfilter UMH blob.Taehee Yoo1-1/+1
2019-01-16net: phy: Add missing features to PHY driversAndrew Lunn4-0/+17
2019-01-16ipv6: route: place a warning with duplicated string with correct extackJakub Kicinski1-12/+2
2019-01-16selftests: tc-testing: fix parsing of ife typeDavide Caratti1-44/+44
2019-01-16net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov1-1/+1
2019-01-16sctp: allocate sctp_sockaddr_entry with kzallocXin Long2-7/+2
2019-01-16erspan: build the header with the right proto according to erspan_verXin Long2-11/+18
2019-01-16openvswitch: Avoid OOB read when parsing flow nlattrsRoss Lagerwall1-1/+1
2019-01-16net: usb: aqc111: Extend HWID table by TRENDnet deviceDmitry Bezrukov2-0/+23
2019-01-16net_sched: refetch skb protocol for each filterCong Wang1-2/+1
2019-01-15net: phy: meson-gxl: Use the genphy_soft_reset callbackTimotej Lazar1-0/+1
2019-01-15net: add document for several snmp countersyupeng1-5/+125
2019-01-15fou, fou6: do not assume linear skbsEric Dumazet2-4/+14
2019-01-15selftests: tc-testing: fix tunnel_key failure if dst_port is unspecifiedDavide Caratti1-1/+1
2019-01-15selftests: tc-testing: drop test on missing tunnel key idDavide Caratti1-29/+0
2019-01-15net: phy: marvell: Fix deadlock from wrong lockingAndrew Lunn1-1/+1
2019-01-15net: phy: marvell: Errata for mv88e6390 internal PHYsAndrew Lunn1-1/+34
2019-01-15IN_BADCLASS: fix macro to actually workGreg Kroah-Hartman1-1/+1
2019-01-15tcp: allow MSG_ZEROCOPY transmission also in CLOSE_WAIT stateWillem de Bruijn1-1/+1
2019-01-15net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit1-0/+1
2019-01-15net/sched: act_tunnel_key: fix memory leak in case of action replaceDavide Caratti1-8/+11
2019-01-15Revert "rxrpc: Allow failed client calls to be retried"David Howells7-252/+24
2019-01-15Merge branch 'tipc-uninit-values'David S. Miller2-2/+50
2019-01-15tipc: fix uninit-value in tipc_nl_compat_doitYing Xue1-1/+1
2019-01-15tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue1-0/+2
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue1-0/+5
2019-01-15tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue1-0/+26
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue1-0/+15
2019-01-15tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue1-1/+1
2019-01-15Merge branch 'sch_cake-leaf-qdisc-fixes'David S. Miller9-21/+35
2019-01-15sch_cake: Correctly update parent qlen when splitting GSO packetsToke Høiland-Jørgensen1-2/+3
2019-01-15sched: Fix detection of empty queues in child qdiscsToke Høiland-Jørgensen3-3/+9