aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-03-25f Idswip-devlink-portsJakub Kicinski1-9/+4
2019-03-25nfp: expose PF peer netdevsJakub Kicinski4-1/+13
2019-03-25devlink: introduce port's peer netdevsJakub Kicinski3-4/+81
2019-03-25nfp: switch to devlink_port_get_phys_port_name()Jakub Kicinski1-32/+1
2019-03-25devlink: allow subports on devlink PCI portsJakub Kicinski4-11/+45
2019-03-25nfp: register devlink ports of all reprsJakub Kicinski2-5/+48
2019-03-25devlink: add PF and VF port flavoursJakub Kicinski3-12/+113
2019-03-25nfp: register devlink ports before netdevsJakub Kicinski3-12/+30
2019-03-25net/tls: Replace kfree_skb() with consume_skb()Vakul Garg1-3/+3
2019-03-25tipc: fix a null pointer derefHoang Le3-3/+6
2019-03-25tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le1-1/+2
2019-03-25ipv6: Add icmp_echo_ignore_anycast for ICMPv6Stephen Suryaputra4-2/+21
2019-03-25net: isdn: Make isdn_ppp_mp_discard and isdn_ppp_mp_reassembly staticYueHaibing1-4/+5
2019-03-25net: hns3: Make hclge_destroy_cmd_queue staticYueHaibing1-1/+1
2019-03-25net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni32-97/+57
2019-03-25packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni3-10/+12
2019-03-25net: dev: rename queue selection helpers.Paolo Abeni4-14/+14
2019-03-25qed: Define new MF bit for no_vlan configSudarsana Reddy Kalluru3-5/+8
2019-03-25qede: Populate mbi version in ethtool driver query data.Sudarsana Reddy Kalluru1-5/+19
2019-03-25macvlan: pass get_ts_info and SIOC[SG]HWTSTAMP ioctl to real deviceHangbin Liu1-0/+48
2019-03-25net: bridge: use eth_broadcast_addr() to assign broadcast addressMao Wenan1-1/+1
2019-03-25net/tls: Add support of AES128-CCM based ciphersVakul Garg4-31/+97
2019-03-25net: phy: aquantia: check for changed interface mode in read_statusNikita Yushchenko1-2/+44
2019-03-25net: phy: aquantia: check for supported interface modes in config_initAndrew Lunn1-0/+17
2019-03-25net: phy: improve handling link_change_notify callbackHeiner Kallweit3-50/+15
2019-03-25ice: Determine descriptor count and ring size based on PAGE_SIZEBrett Creeley3-11/+43
2019-03-25ice: Reset all VFs with VFLR during SR-IOV init flowAkeem G Abodunrin1-1/+1
2019-03-25ice: Get resources per functionBrett Creeley1-5/+8
2019-03-25ice: Implement flow to reset VFs with PFR and other resetsAkeem G Abodunrin1-6/+2
2019-03-25ice: configure GLINT_ITR to always have an ITR gran of 2Brett Creeley4-18/+44
2019-03-25ice: use ice_for_each_vsi macro when possibleBrett Creeley3-9/+8
2019-03-25ice : Ensure only valid bits are set in ice_aq_set_phy_cfgChinh T Cao3-2/+15
2019-03-25ice: remove redundant variable and if conditionBrett Creeley1-7/+4
2019-03-25ice: avoid multiple unnecessary de-references in probeBruce Allan1-18/+15
2019-03-25ice: Fix issue with VF reset and multiple VFs support on PFsAkeem G Abodunrin1-7/+13
2019-03-25ice: Fix broadcast traffic in port VLAN modeMichal Swiatkowski1-32/+44
2019-03-25igc: Remove unneeded hw_dbg printsSasha Neftin1-4/+0
2019-03-25igc: Fix the typo in igc_base.h header definitionSasha Neftin1-2/+2
2019-03-25igc: Add support for the ntuple featureSasha Neftin2-0/+89
2019-03-25igc: Add support for statisticsSasha Neftin3-1/+403
2019-03-25igc: Extend the ethtool supportingSasha Neftin5-3/+814
2019-03-25igc: Add multiple receive queues control supportingSasha Neftin4-0/+73
2019-03-25e1000e: Disable runtime PM on CNP+Kai-Heng Feng1-1/+1
2019-03-25igb: fix various indentation issuesColin Ian King1-2/+2
2019-03-25igb: Exclude device from suspend direct complete optimizationKai-Heng Feng1-0/+3
2019-03-25intel: correct return from set features callbackSerhey Popovych5-5/+5
2019-03-19Merge branch 'enc28j60-messaging-clean-up-and-ACPI-improvements'David S. Miller1-288/+253
2019-03-19enc28j60: Convert to use SPDX identifierAndy Shevchenko1-5/+1
2019-03-19enc28j60: Fix indentation splatsAndy Shevchenko1-37/+21
2019-03-19enc28j60: Amend comments by fixing typos, adding periods, etcAndy Shevchenko1-15/+16
2019-03-19enc28j60: Remove linux/init.hAndy Shevchenko1-1/+0
2019-03-19enc28j60: Convert printk() to netdev_printk()Andy Shevchenko1-24/+27
2019-03-19enc28j60: Convert HW related printk() to dev_printk()Andy Shevchenko1-119/+141
2019-03-19enc28j60: Switch to dev_<level> from pr_<level>Andy Shevchenko1-12/+17
2019-03-19enc28j60: Use ether_addr_copy() in enc28j60_set_mac_address()Andy Shevchenko1-1/+1
2019-03-19enc28j60: Switch to use module_spi_driver() macroAndy Shevchenko1-19/+2
2019-03-19enc28j60: Drop driver name duplication from messagesAndy Shevchenko1-7/+6
2019-03-19enc28j60: Replace dev_*(&netdev->dev, ...) with netdev_*()Andy Shevchenko1-24/+18
2019-03-19enc28j60: Remove duplicate messagingAndy Shevchenko1-20/+0
2019-03-19enc28j60: Use device_get_mac_address()Andy Shevchenko1-4/+3
2019-03-19ipv6: Add icmp_echo_ignore_multicast support for ICMPv6Stephen Suryaputra4-0/+19
2019-03-19net: macb: simplify getting .driver_dataWolfram Sang1-4/+2
2019-03-19net: pasemi: Make pasemi_mac_init_module staticYueHaibing1-1/+1
2019-03-19tcp: free request sock directly upon TFO or syncookies errorGuillaume Nault3-15/+17
2019-03-19datagram: Make __skb_datagram_iter staticYueHaibing1-4/+4
2019-03-19net: hns3: Make hclgevf_update_link_mode staticYueHaibing1-1/+1
2019-03-19ibmveth: Make array ibmveth_stats staticYueHaibing1-1/+1
2019-03-19tcp: add tcp_inet6_sk() helperEric Dumazet1-18/+26
2019-03-19ibmvnic: Report actual backing device speed and duplex valuesMurilo Fossa Vicentini2-17/+94
2019-03-19tipc: smooth change between replicast and broadcastHoang Le4-1/+184
2019-03-19tipc: introduce new capability flag for clusterHoang Le4-2/+27
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le5-5/+120
2019-03-18virtio_net: remove hcpu from virtnet_clean_affinityPeter Xu1-4/+4
2019-03-18Documentation: networking: Update netdev-FAQ regarding patchesFlorian Fainelli1-0/+13
2019-03-18Merge branch 's390-qeth-fixes'David S. Miller3-9/+11
2019-03-18s390/qeth: be drop monitor friendlyJulian Wiedmann3-5/+6
2019-03-18s390/qeth: fix race when initializing the IP address tableJulian Wiedmann1-1/+3
2019-03-18s390/qeth: don't erase configuration while probingJulian Wiedmann2-3/+2
2019-03-18mISDN: hfcpci: Test both vendor & device ID for Digium HFC4SBjorn Helgaas1-1/+2
2019-03-18Merge branch 'sctp-fix-ignoring-asoc_id-for-tcp-style-sockets-on-some-setsock...David S. Miller1-0/+39
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_STREAM_SCHEDULER soc...Xin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_EVENT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_ENABLE_STREAM_RESET ...Xin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_PRINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DEACTIVATE_KEY ...Xin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_DELETE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_ACTIVE_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_AUTH_KEY sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_MAX_BURST sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_CONTEXT sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SNDINFO sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DELAYED_SACK sockoptXin Long1-0/+3
2019-03-18sctp: fix ignoring asoc_id for tcp-style sockets on SCTP_DEFAULT_SEND_PARAM s...Marcelo Ricardo Leitner1-0/+3
2019-03-18sctp: not copy sctp_sock pd_lobby in sctp_copy_descendantXin Long1-2/+1
2019-03-18sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2019-03-18af_packet: fix the tx skb protocol in raw sockets with ETH_P_ALLYoshiki Komachi1-1/+2
2019-03-18packets: Always register packet sk in the same orderMaxime Chevallier2-1/+7
2019-03-18vxlan: Don't call gro_cells_destroy() before device is unregisteredZhiqiang Liu1-3/+1
2019-03-18net: aquantia: fix rx checksum offload for UDP/TCP over IPv6Dmitry Bogdanov1-2/+3
2019-03-18mac8390: Fix mmio access size probeFinn Thain1-7/+12
2019-03-18gtp: change NET_UDP_TUNNEL dependency to selectMatteo Croce1-2/+2
2019-03-18net: rose: fix a possible stack overflowEric Dumazet1-9/+12
2019-03-18doc: fix link to MSG_ZEROCOPY patchsetTobias Klauser1-1/+1
2019-03-17tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne1-5/+15
2019-03-17networking: fix snmp_counter.rst Doc. WarningsRandy Dunlap1-3/+9
2019-03-16net: tipc: fix a missing check for nla_nest_startKangjie Lu1-0/+2
2019-03-16tun: add a missing rcu_read_unlock() in error pathEric Dumazet1-0/+1
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller24-290/+883
2019-03-16net: tipc: fix a missing check of nla_nest_startKangjie Lu1-0/+3
2019-03-16net: ncsi: fix a missing check for nla_nest_startKangjie Lu1-0/+4
2019-03-16net: openvswitch: fix missing checks for nla_nest_startKangjie Lu1-0/+8
2019-03-16net: openvswitch: fix a NULL pointer dereferenceKangjie Lu1-0/+4
2019-03-16powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao5-18/+37
2019-03-16xsk: fix umem memory leak on cleanupBjörn Töpel2-19/+1
2019-03-15tun: properly test for IFF_UPEric Dumazet1-4/+11
2019-03-15net: phy: meson-gxl: fix interrupt supportJerome Brunet1-0/+6
2019-03-15net: add documentation to socket.cPedro Tammela3-24/+271
2019-03-15net: strparser: fix a missing check for create_singlethread_workqueueKangjie Lu1-0/+2
2019-03-15net: sis900: fix indentation issues, remove some spacesColin Ian King1-5/+5
2019-03-15drivers: net: atp: fix various indentation issuesColin Ian King1-1/+1
2019-03-15sch_cake: Interpret fwmark parameter as a bitmaskToke Høiland-Jørgensen1-13/+12
2019-03-15qlcnic: Avoid potential NULL pointer dereferenceAditya Pakki1-0/+2
2019-03-15net: stmmac: fix jumbo frame sending with non-linear skbsAaro Koskinen1-2/+4
2019-03-15net: stmmac: don't set own bit too early for jumbo framesAaro Koskinen2-8/+10
2019-03-15appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing3-12/+25
2019-03-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds4-20/+63
2019-03-14include/linux/swap.h: use offsetof() instead of custom __swapoffset macroPi-Hsun Shih1-2/+2
2019-03-14tools/testing/selftests/proc/proc-pid-vm.c: test with vsyscall in mindAlexey Dobriyan1-3/+46
2019-03-14zram: default to lzo-rle instead of lzoDave Rodgman1-1/+1
2019-03-14filemap: pass vm_fault to the mmap ra helpersJosef Bacik1-14/+14
2019-03-14Merge branch 'fix-bpf-docs'Alexei Starovoitov2-126/+240
2019-03-14tools: bpf: synchronise BPF UAPI header with toolsQuentin Monnet1-63/+120
2019-03-14bpf: add documentation for helpers bpf_spin_lock(), bpf_spin_unlock()Quentin Monnet1-0/+55
2019-03-14bpf: fix documentation for eBPF helpersQuentin Monnet1-63/+65
2019-03-14Merge branch 'fix-fwd-enum-resolution'Alexei Starovoitov2-13/+82
2019-03-14selftests/bpf: add fwd enum resolution test for btf_dedupAndrii Nakryiko1-0/+44
2019-03-14btf: resolve enum fwds in btf_dedupAndrii Nakryiko1-13/+38
2019-03-14Merge tag 'acpi-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds5-24/+35
2019-03-14Merge tag 'pm-5.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds21-112/+131
2019-03-14Merge tag 'microblaze-v5.1-rc1' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-11/+2
2019-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds46-213/+427
2019-03-14Merge tag 'dmaengine-5.1-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds61-654/+2592
2019-03-14Merge tag 'rproc-v5.1' of git://github.com/andersson/remoteprocLinus Torvalds15-120/+706
2019-03-14Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds181-1742/+9562
2019-03-14Merge branches 'acpi-tables', 'acpi-debug', 'acpi-doc' and 'acpi-misc'Rafael J. Wysocki4-23/+30
2019-03-14Merge branches 'pm-opp' and 'pm-tools'Rafael J. Wysocki5-30/+65
2019-03-14Merge branch 'pm-domains'Rafael J. Wysocki2-5/+4
2019-03-14Merge branches 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki5-19/+14
2019-03-14Merge branches 'pm-core', 'pm-sleep' and 'pm-qos'Rafael J. Wysocki7-42/+25
2019-03-13pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long1-0/+1
2019-03-13MAINTAINERS: GENET & SYSTEMPORT: Add internal Broadcom listFlorian Fainelli1-0/+2
2019-03-13l2tp: fix infoleak in l2tp_ip6_recvmsg()Eric Dumazet1-3/+1
2019-03-13net/tls: Inform user space about send buffer availabilityVakul Garg2-4/+2
2019-03-13net_sched: return correct value for *notify* functionsZhike Wang2-13/+34
2019-03-13lan743x: Fix TX Stall IssueBryan Whitehead1-8/+1
2019-03-13Merge branch 'fix-fullsock-access-after-bpf_sk_release'Alexei Starovoitov11-111/+506
2019-03-13bpf: Add an example for bpf_get_listener_sockMartin KaFai Lau3-44/+180
2019-03-13bpf: Test ref release issue in bpf_tcp_sock and bpf_sk_fullsockMartin KaFai Lau2-2/+170
2019-03-13bpf: Sync bpf.h to tools/Martin KaFai Lau1-1/+10
2019-03-13bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau2-1/+31
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau4-63/+115
2019-03-13Merge tag 'selinux-pr-20190312' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+7
2019-03-13Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+2
2019-03-13Merge tag 'kconfig-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds7-14/+44
2019-03-13Merge tag 'pwm/for-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-300/+474
2019-03-13Merge tag 'mailbox-v5.1' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds9-18/+903
2019-03-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-28/+51
2019-03-13Merge tag 'libnvdimm-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-113/+273
2019-03-13Merge tag 'fsdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nv...Linus Torvalds1-14/+11
2019-03-13Merge tag 'upstream-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-7/+211
2019-03-12remoteproc: fix for "dma-mapping: remove the DMA_MEMORY_EXCLUSIVE flag"Stephen Rothwell1-2/+1
2019-03-12cpuidle: governor: Add new governors to cpuidle_governors againRafael J. Wysocki1-0/+1
2019-03-12Merge tag 'nfsd-5.1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds11-58/+65
2019-03-12Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds18-147/+257
2019-03-12Merge branch 'mlx4-fixes'David S. Miller2-3/+12
2019-03-12net/mlx4_core: Fix qp mtt size calculationJack Morgenstein1-3/+3
2019-03-12net/mlx4_core: Fix locking in SRIOV mode when switching between events and po...Jack Morgenstein1-0/+8
2019-03-12net/mlx4_core: Fix reset flow when in command polling modeJack Morgenstein1-0/+1
2019-03-12Merge tag 'ceph-for-5.1-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds15-426/+1597
2019-03-12Merge branch 'mlxsw-Various-fixes'David S. Miller2-10/+29
2019-03-12mlxsw: minimal: Initialize base_macJiri Pirko1-0/+18
2019-03-12mlxsw: core: Prevent duplication during QSFP module initializationVadim Pasternak1-10/+11
2019-03-12Merge tag 'for-5.1-part2-tag' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-38/+90
2019-03-12net: dwmac-sun8i: fix a missing check of of_get_phy_modeKangjie Lu1-1/+4
2019-03-12net: sh_eth: fix a missing check of of_get_phy_modeKangjie Lu1-1/+5
2019-03-12Merge tag 'nfs-for-5.1-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds83-2203/+3366
2019-03-12net: 8390: fix potential NULL pointer dereferencesKangjie Lu1-0/+10
2019-03-12Merge tag 'ovl-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds3-35/+81
2019-03-12net: fujitsu: fix a potential NULL pointer dereferenceKangjie Lu1-0/+5
2019-03-12Merge tag 'fuse-update-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9-260/+327
2019-03-12net: qlogic: fix a potential NULL pointer dereferenceKangjie Lu1-0/+6
2019-03-12isdn: hfcpci: fix potential NULL pointer dereferenceKangjie Lu1-0/+9
2019-03-12Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds45-1332/+4357
2019-03-12libbpf: fix to reject unknown flags in xsk_socket__create()Magnus Karlsson1-4/+11
2019-03-12selftests/bpf: fix segfault of test_progs when prog loading failedYonghong Song2-2/+2
2019-03-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-11/+15
2019-03-12dt-bindings: clock: imx8mq: Fix numbering overlaps and gapsAbel Vesa1-110/+110
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds10-30/+52
2019-03-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds159-1707/+1651
2019-03-12Drop flex_arraysKent Overstreet7-807/+1