aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-02ieee802154: hwsim: remove not used ifup listieee802154-for-davem-2018-10-04Alexander Aring1-8/+0
2018-09-28ieee802154: mcr20a: Remove struct mcr20a_platform_dataXue Liu1-51/+13
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_redirect()Maciej Żenczykowski11-15/+14
2018-09-26net-ipv4: remove 2 always zero parameters from ipv4_update_pmtu()Maciej Żenczykowski12-18/+14
2018-09-26net: mvneta: Add support for 2500Mbps SGMIIMaxime Chevallier1-4/+23
2018-09-26Merge branch 'net-vhost-improve-performance-when-enable-busyloop'David S. Miller2-79/+92
2018-09-26net: vhost: add rx busy polling in tx pathTonghao Zhang1-21/+14
2018-09-26net: vhost: factor out busy polling logic to vhost_net_busy_poll()Tonghao Zhang1-40/+70
2018-09-26net: vhost: replace magic number of lock annotationTonghao Zhang1-3/+3
2018-09-26net: vhost: lock the vqs one by oneTonghao Zhang1-17/+7
2018-09-26tcp: expose sk_state in tcp_retransmit_skb tracepointYafang Shao1-2/+5
2018-09-26net: faraday: fix return type of ndo_start_xmit functionYueHaibing2-5/+6
2018-09-26net: smsc: fix return type of ndo_start_xmit functionYueHaibing3-3/+6
2018-09-26net: liquidio: list usage cleanupzhong jiang1-2/+1
2018-09-26net: qed: list usage cleanupzhong jiang3-13/+9
2018-09-26Merge branch 'net-bridge-convert-bool-options-to-bits'David S. Miller12-116/+151
2018-09-26net: bridge: pack net_bridge betterNikolay Aleksandrov1-2/+2
2018-09-26net: bridge: convert mtu_set_by_user to a bitNikolay Aleksandrov3-4/+4
2018-09-26net: bridge: convert neigh_suppress_enabled option to a bitNikolay Aleksandrov4-9/+12
2018-09-26net: bridge: convert mcast options to bitsNikolay Aleksandrov4-32/+33
2018-09-26net: bridge: convert and rename mcast disabledNikolay Aleksandrov5-21/+24
2018-09-26net: bridge: convert group_addr_set option to a bitNikolay Aleksandrov4-4/+4
2018-09-26net: bridge: convert nf call options to bitsNikolay Aleksandrov4-18/+19
2018-09-26net: bridge: add bitfield for options and convert vlan optsNikolay Aleksandrov5-18/+49
2018-09-26net: bridge: make struct opening bracket consistentNikolay Aleksandrov1-8/+4
2018-09-26Merge branch 's390-net-next'David S. Miller7-292/+200
2018-09-26s390/qeth: remove duplicated carrier state trackingJulian Wiedmann5-22/+10
2018-09-26s390/qeth: clean up drop conditions for received cmdsJulian Wiedmann1-10/+11
2018-09-26s390/qeth: re-indent qeth_check_ipa_data()Julian Wiedmann1-71/+58
2018-09-26s390/qeth: consume local address eventsJulian Wiedmann1-2/+2
2018-09-26s390/qeth: remove various redundant codeJulian Wiedmann3-15/+2
2018-09-26s390/qeth: remove CARD_FROM_CDEV helperJulian Wiedmann1-44/+29
2018-09-26s390/qeth: pass card pointer in iob callbackJulian Wiedmann2-24/+32
2018-09-26s390/qeth: re-use qeth_notify_skbs()Julian Wiedmann1-24/+5
2018-09-26s390/qeth: remove additional skb refcountJulian Wiedmann1-2/+0
2018-09-26s390/qeth: replace open-coded skb_queue_walk()Julian Wiedmann1-15/+4
2018-09-26net/af_iucv: locate IUCV header via skb_network_header()Julian Wiedmann3-36/+23
2018-09-26s390/qeth: on gdev release, reset drvdataJulian Wiedmann1-2/+3
2018-09-26s390/qeth: fix discipline unload after setup errorJulian Wiedmann4-4/+2
2018-09-26s390/qeth: use DEFINE_MUTEX for qeth_mod_mutexJulian Wiedmann1-7/+6
2018-09-26s390/qeth: convert layer attribute to enumJulian Wiedmann5-26/+25
2018-09-25net: phy: marvell: Fix build.David S. Miller1-1/+1
2018-09-25bridge: br_arp_nd_proxy: set icmp6_router if neigh has NTF_ROUTERRoopa Prabhu1-1/+1
2018-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller47-231/+3066
2018-09-25net: dsa: lantiq_gswip: Depend on HAS_IOMEMHauke Mehrtens1-1/+1
2018-09-25Merge branch 'net-phy-Eliminate-unnecessary-soft'David S. Miller2-44/+21
2018-09-25net: phy: marvell: Avoid unnecessary soft resetFlorian Fainelli1-42/+21
2018-09-25net: phy: Stop with excessive soft resetFlorian Fainelli1-2/+0
2018-09-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller10-216/+541
2018-09-25Merge branch 'Refactor-classifier-API-to-work-with-Qdisc-blocks-without-rtnl-...David S. Miller24-112/+294
2018-09-25net: sched: use reference counting for tcf blocks on rules updateVlad Buslov1-17/+21
2018-09-25net: sched: implement tcf_block_refcnt_{get|put}()Vlad Buslov2-24/+51
2018-09-25net: sched: protect block idr with spinlockVlad Buslov1-2/+13
2018-09-25net: sched: implement functions to put and flush all chainsVlad Buslov1-25/+30
2018-09-25net: sched: change tcf block reference counter type to refcount_tVlad Buslov2-25/+36
2018-09-25net: sched: use Qdisc rcu API instead of relying on rtnl lockVlad Buslov1-15/+64
2018-09-25net: sched: add helper function to take reference to QdiscVlad Buslov1-0/+13
2018-09-25net: sched: extend Qdisc with rcuVlad Buslov5-1/+50
2018-09-25net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov20-42/+47
2018-09-25net: core: netlink: add helper refcount dec and lock functionVlad Buslov2-0/+8
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel3-0/+30
2018-09-25i40e: clean zero-copy XDP Rx ring on shutdown/resetBjörn Töpel3-9/+96
2018-09-25net: xsk: add a simple buffer reuse queueJakub Kicinski4-0/+129
2018-09-25i40e: clean zero-copy XDP Tx ring on shutdown/resetBjörn Töpel3-6/+43
2018-09-25i40e: Remove unused msglen parameter from virtchnl functionsPatryk Małek1-59/+37
2018-09-25i40e: fix double 'NIC Link is Down' messagesSergey Nemov1-1/+4
2018-09-25i40e: add a helper function to validate a VF based on the vf idHarshitha Ramamurthy1-21/+41
2018-09-25i40e: use declared variables for pf and hwPatryk Małek1-5/+4
2018-09-25i40e: Unset promiscuous settings on VF resetMariusz Stachura1-110/+157
2018-09-25i40e: Fix VF's link state notificationMariusz Stachura1-5/+0
2018-09-25tls: Fixed a memory leak during socket closeVakul Garg1-2/+4
2018-09-25tls: Fix socket mem accounting error under async encryptionVakul Garg1-5/+16
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller284-1545/+2487
2018-09-25net: macb: Clean 64b dma addresses if they are not detectedMichal Simek1-0/+1
2018-09-25Merge branch 'r8169-series-with-smaller-improvements'David S. Miller1-12/+6
2018-09-25r8169: improve a check in rtl_init_oneHeiner Kallweit1-5/+3
2018-09-25r8169: improve rtl8169_irq_mask_and_ackHeiner Kallweit1-4/+3
2018-09-25r8169: use default watchdog timeoutHeiner Kallweit1-3/+0
2018-09-25Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Greg Kroah-Hartman9-90/+116
2018-09-25Merge tag 'usb-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman8-37/+66
2018-09-25flow_dissector: lookup netns by skb->sk if skb->dev is NULLWillem de Bruijn1-3/+9
2018-09-25bpftool: add support for BPF_MAP_TYPE_REUSEPORT_SOCKARRAY mapsRoman Gushchin1-0/+1
2018-09-25Merge tag 'tty-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Greg Kroah-Hartman6-7/+30
2018-09-25Merge tag 'char-misc-4.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman3-9/+35
2018-09-25Revert "uapi/linux/keyctl.h: don't use C++ reserved keyword as a struct membe...Lubomir Rintel2-2/+2
2018-09-25Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman89-653/+621
2018-09-24dpaa2-eth: Make Rx flow hash key configurableIoana Ciocoi Radulescu3-5/+41
2018-09-24net: mvneta: fix the remaining Rx descriptor unmapping issuesAntoine Tenart1-5/+4
2018-09-24ip_tunnel: be careful when accessing the inner headerPaolo Abeni1-0/+9
2018-09-24net: qca_spi: Introduce write register verificationStefan Wahren5-10/+56
2018-09-24tls: Fixed uninitialised vars warningVakul Garg1-2/+2
2018-09-24net/tls: Fixed race condition in async encryptionVakul Garg3-64/+37
2018-09-24Merge branch 'few-NTF_ROUTER-related-updates'David S. Miller2-7/+24
2018-09-24neighbour: send netlink notification if NTF_ROUTER changesRoopa Prabhu2-5/+17
2018-09-24neighbour: allow admin to set NTF_ROUTERRoopa Prabhu1-2/+7
2018-09-24mpls: allow routes on ip6gre devicesSaif Hasan1-1/+5
2018-09-24Merge branch 'net-sched-Add-hardware-specific-counters-to-TC-actions'David S. Miller8-28/+85
2018-09-24net/sched: Add hardware specific counters to TC actionsEelco Chaudron5-9/+26
2018-09-24net/core: Add new basic hardware counterEelco Chaudron3-19/+59
2018-09-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-24/+79
2018-09-24Merge branch 'mvpp2-Add-txq-to-CPU-mapping'David S. Miller2-1/+9
2018-09-24net: mvpp2: use round-robin scheduling for TX queues on the same CPUMaxime Chevallier2-0/+4
2018-09-24net: mvpp2: support XPS by mapping TX queues to CPUsMaxime Chevallier1-1/+5
2018-09-24Merge tag 'media/v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Greg Kroah-Hartman13-46/+36
2018-09-23net: aquantia: memory corruption on jumbo framesFriedemann Gerold1-14/+18
2018-09-23Merge branch 'netpoll-avoid-capture-effects-for-NAPI-drivers'David S. Miller18-339/+12
2018-09-23tun: remove ndo_poll_controllerEric Dumazet1-43/+0
2018-09-23nfp: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-23bnxt: remove ndo_poll_controllerEric Dumazet1-18/+0
2018-09-23bnx2x: remove ndo_poll_controllerEric Dumazet1-16/+0
2018-09-23mlx5: remove ndo_poll_controllerEric Dumazet1-19/+0
2018-09-23mlx4: remove ndo_poll_controllerEric Dumazet1-20/+0
2018-09-23i40evf: remove ndo_poll_controllerEric Dumazet1-26/+0
2018-09-23ice: remove ndo_poll_controllerEric Dumazet1-27/+0
2018-09-23igb: remove ndo_poll_controllerEric Dumazet1-30/+0
2018-09-23ixgb: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-23fm10k: remove ndo_poll_controllerEric Dumazet3-28/+0
2018-09-23ixgbevf: remove ndo_poll_controllerEric Dumazet1-21/+0
2018-09-23ixgbe: remove ndo_poll_controllerEric Dumazet1-25/+0
2018-09-23bonding: use netpoll_poll_dev() helperEric Dumazet1-9/+2
2018-09-23netpoll: make ndo_poll_controller() optionalEric Dumazet2-14/+10
2018-09-23mlxsw: Make MLXSW_SP1_FWREV_MINOR a hard requirementPetr Machata1-1/+4
2018-09-23rds: Fix build regression.David S. Miller1-1/+1
2018-09-23Linux 4.19-rc5v4.19-rc5Greg Kroah-Hartman1-1/+1
2018-09-23Merge tag 'mfd-fixes-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Greg Kroah-Hartman2-12/+15
2018-09-23Merge tag 'for-linus-4.19d-rc5-tag' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman2-7/+22
2018-09-23Merge tag 'for-linus-20180922' of git://git.kernel.dk/linux-blockGreg Kroah-Hartman5-11/+12
2018-09-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman16-39/+245
2018-09-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman5-12/+36
2018-09-23Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman1-3/+6
2018-09-22Merge branch 'hv_netvsc-Support-LRO-RSC-in-the-vSwitch'David S. Miller5-39/+194
2018-09-22hv_netvsc: Update document for LRO/RSC supportHaiyang Zhang1-0/+9
2018-09-22hv_netvsc: Add handler for LRO setting changeHaiyang Zhang3-3/+42
2018-09-22hv_netvsc: Add support for LRO/RSC in the vSwitchHaiyang Zhang4-38/+145
2018-09-22net-ethtool: ETHTOOL_GUFO did not and should not require CAP_NET_ADMINMaciej Żenczykowski1-0/+1
2018-09-21Merge branch 'net-dsa-b53-SGMII-modes-fixes'David S. Miller2-5/+7
2018-09-21net: dsa: b53: Also include SGMII for mac_config and mac_link_stateFlorian Fainelli1-4/+6
2018-09-21net: dsa: b53: Fix B53_SERDES_DIGITAL_CONTROL offsetFlorian Fainelli1-1/+1
2018-09-21net: dsa: b53: Don't assign autonegotiation enabledFlorian Fainelli1-4/+1
2018-09-21decnet: Remove unnecessary check for dev->nameNathan Chancellor1-1/+1
2018-09-21selftests/net: add ipv6 tests to ip_defrag selftestPeter Oskolkov2-98/+190
2018-09-21net/ipfrag: let ip[6]frag_high_thresh in ns be higher than in init_netPeter Oskolkov3-3/+0
2018-09-21ipv6: discard IP frag queue on more errorsPeter Oskolkov1-5/+6
2018-09-21RDS: IB: Use DEFINE_PER_CPU_SHARED_ALIGNED for rds_ib_statsNathan Chancellor1-1/+1
2018-09-21net/ipv4: avoid compile error in fib_info_nh_uses_devEric Dumazet1-1/+1
2018-09-21Merge branch 'tcp-switch-to-Early-Departure-Time-model'David S. Miller13-128/+103
2018-09-21net_sched: sch_fq: remove dead code dealing with retransmitsEric Dumazet1-53/+5
2018-09-21tcp: switch tcp_internal_pacing() to tcp_wstamp_nsEric Dumazet1-13/+4
2018-09-21tcp: switch tcp and sch_fq to new earliest departure time modelEric Dumazet3-17/+33
2018-09-21tcp: switch internal pacing timer to CLOCK_TAIEric Dumazet2-2/+2
2018-09-21tcp: provide earliest departure time in skb->tstampEric Dumazet6-14/+13
2018-09-21tcp: add tcp_wstamp_ns socket fieldEric Dumazet3-11/+19
2018-09-21net_sched: sch_fq: switch to CLOCK_TAIEric Dumazet1-3/+3
2018-09-21tcp: introduce tcp_skb_timestamp_us() helperEric Dumazet6-17/+26
2018-09-21tcp: switch tcp_clock_ns() to CLOCK_TAI baseEric Dumazet1-1/+1
2018-09-21Merge branch 'hns3-next'David S. Miller9-107/+120
2018-09-21net: hns3: Remove redundant hclge_get_port_type()Peng Li2-23/+0
2018-09-21net: hns3: Fix speed/duplex information loss problem when executing ethtool e...Fuyun Liang1-27/+39
2018-09-21net: hns3: Add get_media_type ops support for VFPeng Li3-0/+13
2018-09-21net: hns3: Remove print messages for error packetJian Shen1-5/+0
2018-09-21net: hns3: Add unlikely for dma_mapping_error checkJian Shen1-1/+1
2018-09-21net: hns3: Add nic state check before calling netif_tx_wake_queueJian Shen1-1/+3
2018-09-21net: hns3: Add handle for default caseJian Shen5-6/+20
2018-09-21net: hns3: Unify the prefix of vf functionsJian Shen1-2/+2
2018-09-21net: hns3: Fix tqp array traversal condition for vfJian Shen1-26/+24
2018-09-21net: hns3: Adjust prefix of tx/rx statistic namesJian Shen3-9/+9
2018-09-21net: hns3: Unify the type convert for desc.dataJian Shen2-5/+5
2018-09-21net: hns3: Fix ets validate issueJian Shen1-2/+4
2018-09-21dt-bindings: net: ravb: Add support for r8a7744 SoCBiju Das1-0/+1
2018-09-21block: use nanosecond resolution for iostatOmar Sandoval5-11/+12
2018-09-21ravb: Disable Pause AdvertisementAndrew Lunn1-1/+3
2018-09-21Merge branch 'net-if_arp-use-define-instead-of-hard-coded-value'David S. Miller1-9/+9
2018-09-21net: if_arp: use define instead of hard-coded valueHåkon Bugge1-1/+1
2018-09-21net: if_arp: Fix incorrect indentsHåkon Bugge1-9/+9
2018-09-21net/mlx4: Use cpumask_available for eq->affinity_maskNathan Chancellor1-1/+2
2018-09-21devlink: double free in devlink_resource_fill()Dan Carpenter1-2/+1
2018-09-21net/tls: Add support for async encryption of records for performanceVakul Garg3-188/+522
2018-09-21net: apple: fix return type of ndo_start_xmit functionYueHaibing3-6/+6
2018-09-21net: i825xx: fix return type of ndo_start_xmit functionYueHaibing3-6/+9
2018-09-21net: wiznet: fix return type of ndo_start_xmit functionYueHaibing2-2/+2
2018-09-21net: sgi: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net: cirrus: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net: seeq: fix return type of ndo_start_xmit functionYueHaibing2-3/+5
2018-09-21PCI: hv: Fix return value check in hv_pci_assign_slots()Wei Yongjun1-1/+3
2018-09-21net: freescale: fix return type of ndo_start_xmit functionYueHaibing5-6/+10
2018-09-21net: micrel: fix return type of ndo_start_xmit functionYueHaibing2-3/+3
2018-09-21net/ipv6: Display all addresses in output of /proc/net/if_inet6Jeff Barnhill1-3/+1
2018-09-21net: phy: mdio-bcm-unimac: Allow configuring MDIO clock dividerFlorian Fainelli2-2/+84
2018-09-21net: lan78xx: Avoid unnecessary self assignmentNathan Chancellor1-4/+2
2018-09-21net: fddi: skfp: Remove unused functionNathan Chancellor3-15/+0
2018-09-21bna: Remove unnecessary self assignmentNathan Chancellor1-2/+2
2018-09-21net: neterion: vxge: Remove unnecessary parenthesesNathan Chancellor1-1/+1
2018-09-21net: phy: don't reschedule state machine when PHY is haltedHeiner Kallweit1-2/+6
2018-09-21netlabel: check for IPV4MASK in addrinfo_getSean Tranchetti1-1/+2
2018-09-21DRIVERS: net: macsec: Fix multiple coding style issuesRomain Aviolat1-10/+8
2018-09-22Merge branch 'bpf-sockmap-estab-fixes'Daniel Borkmann2-23/+78
2018-09-22bpf: test_maps, only support ESTABLISHED socksJohn Fastabend1-3/+7
2018-09-22bpf: sockmap, fix transition through disconnect without closeJohn Fastabend1-19/+41
2018-09-22bpf: sockmap only allow ESTABLISHED sock stateJohn Fastabend1-1/+30
2018-09-21bpf: remove redundant null pointer check before consume_skbzhong jiang1-4/+2