summaryrefslogtreecommitdiffstats
path: root/init/initramfs.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-29net/mlx5: Fix race between PCI error handlers and health workMohamad Haj Yahia3-5/+38
2016-10-29net/mlx5: Clear health sick bit when starting health pollMohamad Haj Yahia1-0/+1
2016-10-29net/mlx5: Change the acl enable prototype to return statusMohamad Haj Yahia1-16/+34
2016-10-29net/mlx5e: Unregister netdev before detaching itMohamad Haj Yahia2-1/+2
2016-10-29net/mlx5e: Choose best nearest LRO timeoutSaeed Mahameed2-3/+21
2016-10-29net/mlx5: Correctly initialize last use of flow countersPaul Blakey1-0/+1
2016-10-29net/mlx5: Fix autogroups groups num not decreasingPaul Blakey1-0/+3
2016-10-29net/mlx5: Keep autogroups list orderedPaul Blakey1-3/+3
2016-10-29net/mlx5: Always Query HCA caps after setting themDaniel Jurgens1-6/+6
2016-10-29{net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens4-18/+27
2016-10-29sctp: validate chunk len before actually using itMarcelo Ricardo Leitner1-6/+6
2016-10-28mlxsw: spectrum_router: Compare only trees which are in use during tree getJiri Pirko1-1/+2
2016-10-28mlxsw: spectrum_router: Save requested prefix bitlist when creating treeJiri Pirko1-0/+2
2016-10-27net sched filters: fix notification of filter delete with proper handleJamal Hadi Salim1-1/+2
2016-10-27net: bgmac: fix spelling mistake: "connecton" -> "connection"Colin Ian King1-1/+1
2016-10-27flow_dissector: fix vlan tag handlingArnd Bergmann1-5/+5
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern2-2/+5
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern2-20/+50
2016-10-27kalmia: avoid potential uninitialized variable useArnd Bergmann1-1/+1
2016-10-27macsec: Fix header length if SCI is added if explicitly disabledTobias Brunner1-8/+18
2016-10-27at803x: double check SGMII side autonegZefir Kurtisi1-0/+39
2016-10-27Revert "at803x: fix suspend/resume for SGMII link"Zefir Kurtisi1-26/+0
2016-10-27MAINTAINERS: Update qlogic networking driversMintz, Yuval1-19/+22
2016-10-27netvsc: fix incorrect receive checksum offloadingStephen Hemminger1-8/+11
2016-10-26udp: fix IP_CHECKSUM handlingEric Dumazet4-9/+11
2016-10-26sctp: fix the panic caused by route updateXin Long1-1/+7
2016-10-26doc: update docbook annotations for socket and skbStephen Hemminger2-1/+4
2016-10-26rocker: fix error return code in rocker_world_check_init()Wei Yongjun1-1/+1
2016-10-23net: sctp, forbid negative lengthJiri Slaby1-1/+4
2016-10-23net: fec: Call swap_buffer() prior to IP header alignmentFabio Estevam1-3/+3
2016-10-23ipv6: do not increment mac header when it's unsetJason A. Donenfeld1-1/+2
2016-10-23bnx2x: Use the correct divisor value for PHC clock readings.Sudarsana Reddy Kalluru1-1/+1
2016-10-22qede: Fix incorrrect usage of APIs for un-mapping DMA memoryManish Chopra2-6/+6
2016-10-22qed: Zero-out the buffer paased to dcbx_query() APISudarsana Reddy Kalluru1-0/+2
2016-10-22qede: Reconfigure rss indirection direction table when rss count is updatedSudarsana Reddy Kalluru1-0/+7
2016-10-22qed*: Reduce the memory footprint for Rx pathSudarsana Reddy Kalluru3-1/+3
2016-10-22qede: Loopback implementation should ignore the normal trafficSudarsana Reddy Kalluru3-35/+49
2016-10-22qede: Do not allow RSS config for 100G devicesSudarsana Reddy Kalluru1-0/+6
2016-10-22qede: get_channels() need to populate max tx/rx coalesce valuesSudarsana Reddy Kalluru1-0/+2
2016-10-22ipv4: use the right lock for ping_group_rangeWANG Cong1-4/+4
2016-10-22net: dsa: bcm_sf2: Do not rely on kexec_in_progressFlorian Fainelli1-2/+3
2016-10-22Revert "kexec: Export kexec_in_progress to modules"Florian Fainelli1-1/+0
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore1-15/+20
2016-10-21ipv6: fix a potential deadlock in do_ipv6_setsockopt()WANG Cong3-6/+15
2016-10-21kexec: Export kexec_in_progress to modulesFlorian Fainelli1-0/+1
2016-10-20ipv4: disable BH in set_ping_group_range()Eric Dumazet1-2/+2
2016-10-20udp: must lock the socket in udp_disconnect()Eric Dumazet8-8/+18
2016-10-20net: dsa: bcm_sf2: Prevent GPHY shutdown for kexec'd kernelsFlorian Fainelli1-0/+14
2016-10-20bpf, test: fix ld_abs + vlan push/pop stress testDaniel Borkmann1-1/+1
2016-10-20net: add recursion limit to GROSabrina Dubroca11-11/+49