summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-2784-249/+617
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2017-04-276-2/+49
| |\
| | * sparc: Update syscall tables.David S. Miller2017-04-243-1/+10
| | * sparc64: Fill in rest of HAVE_REGS_AND_STACK_ACCESS_APIDavid S. Miller2017-04-243-1/+39
| * | statx: Kill fd-with-NULL-path support in favour of AT_EMPTY_PATHDavid Howells2017-04-271-7/+6
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-04-2644-141/+373
| |\ \
| | * | ipv6: check raw payload size correctly in ioctlJamie Bainbridge2017-04-261-2/+1
| | * | tcp: memset ca_priv data to 0 properlyWei Wang2017-04-261-8/+3
| | * | ipv6: check skb->protocol before lookup for nexthopWANG Cong2017-04-261-16/+18
| | * | net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung2017-04-261-0/+3
| | * | macsec: dynamically allocate space for sglistJason A. Donenfeld2017-04-261-7/+22
| | * | Revert "phy: micrel: Disable auto negotiation on startup"David S. Miller2017-04-261-11/+0
| | * | net: phy: fix auto-negotiation stall due to unavailable interruptAlexander Kochetkov2017-04-262-4/+37
| | * | net/packet: check length in getsockopt() called with PACKET_HDRLENAlexander Potapenko2017-04-251-0/+2
| | * | net: ipv6: regenerate host route if moved to gc listDavid Ahern2017-04-251-2/+12
| | * | bridge: move bridge multicast cleanup to ndo_uninitXin Long2017-04-252-1/+1
| | * | ipv6: fix source routingSabrina Dubroca2017-04-251-0/+4
| | * | qed: Fix error in the dcbx app meta data initialization.sudarsana.kalluru@cavium.com2017-04-251-5/+5
| | * | netvsc: fix calculation of available send sectionsstephen hemminger2017-04-252-6/+4
| | * | net: hso: fix module unloadingAndreas Kemnade2017-04-251-1/+1
| | * | tipc: fix socket flow control accounting error at tipc_recv_streamParthasarathy Bhuvaragan2017-04-251-1/+1
| | * | tipc: fix socket flow control accounting error at tipc_send_streamParthasarathy Bhuvaragan2017-04-251-1/+1
| | * | ipv6: move stub initialization after ipv6 setup completionPaolo Abeni2017-04-251-2/+4
| | * | team: fix memory leaksPan Bian2017-04-251-2/+6
| | * | Merge tag 'linux-can-fixes-for-4.11-20170425' of git://git.kernel.org/pub/scm...David S. Miller2017-04-255-5/+90
| | |\ \
| | | * | net: can: usb: gs_usb: Fix buffer on stackMaksim Salau2017-04-251-5/+12
| | | * | can: usb: Kconfig: Add PCAN-USB X6 device in help textStephane Grosjean2017-04-251-0/+1
| | | * | can: usb: Add support of PCAN-Chip USB stamp moduleStephane Grosjean2017-04-254-0/+77
| | * | | sfc: tx ring can only have 2048 entries for all EF10 NICsBert Kenward2017-04-252-1/+5
| | * | | macvlan: Fix device ref leak when purging bc_queueHerbert Xu2017-04-251-1/+10
| | * | | usb: plusb: Add support for PL-27A1Roman SpychaƂa2017-04-252-3/+14
| | |/ /
| | * | Merge branch 'dsa-b53-58xx-fixes'David S. Miller2017-04-252-2/+40
| | |\ \
| | | * | net: dsa: b53: Fix CPU port for 58xx devicesFlorian Fainelli2017-04-251-1/+1
| | | * | net: dsa: b53: Implement software reset for 58xx devicesFlorian Fainelli2017-04-252-1/+25
| | | * | net: dsa: b53: Include IMP/CPU port in dumb forwarding modeFlorian Fainelli2017-04-252-0/+14
| | |/ /
| | * | Merge tag 'mlx5-fixes-2017-04-22' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2017-04-246-53/+76
| | |\ \
| | | * | net/mlx5e: Fix ETHTOOL_GRXCLSRLALL handlingIlan Tayari2017-04-221-0/+1
| | | * | net/mlx5e: Fix small packet thresholdEugenia Emantayev2017-04-221-1/+1
| | | * | net/mlx5: Fix UAR memory leakMaor Gottlieb2017-04-221-0/+1
| | | * | net/mlx5e: Make sure the FW max encap size is enough for ipv6 tunnelsOr Gerlitz2017-04-221-19/+23
| | | * | net/mlx5e: Make sure the FW max encap size is enough for ipv4 tunnelsOr Gerlitz2017-04-221-19/+23
| | | * | net/mlx5: E-Switch, Correctly deal with inline mode on ConnectX-5Or Gerlitz2017-04-222-13/+26
| | | * | net/mlx5: Fix driver load bad flow when having fw initializing timeoutMohamad Haj Yahia2017-04-221-1/+1
| | * | | net: ipv6: send unsolicited NA if enabled for all interfacesDavid Ahern2017-04-241-1/+2
| | * | | ravb: Double free on error in ravb_start_xmit()Dan Carpenter2017-04-241-3/+4
| | * | | udp: disable inner UDP checksum offloads in IPsec caseAnsis Atteka2017-04-241-0/+3
| | * | | macsec: avoid heap overflow in skb_to_sgvecJason A. Donenfeld2017-04-241-1/+1
| | * | | ipv4: Avoid caching l3mdev dst on mismatched local routeRobert Shearman2017-04-241-1/+2
| | * | | net: tc35815: move free after the dereferenceDan Carpenter2017-04-241-1/+1
| | * | | net/mlx5e: Fix race in mlx5e_sw_stats and mlx5e_vport_statsMartin KaFai Lau2017-04-241-2/+2
| | |/ /