summaryrefslogtreecommitdiffstats
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2015-08-29netpoll: warn on netpoll_send_udp users who haven't disabled irqsNikolay Aleksandrov1-0/+2
2015-08-28phylib: simplify NULL checksSergei Shtylyov2-5/+5
2015-08-28phylib: simplify bogus phy_device_create() resultSergei Shtylyov1-1/+1
2015-08-28net: sched: don't break line in tc_classify loop notificationDaniel Borkmann1-5/+4
2015-08-28sfc: Allow driver to cope with a lower number of VIs than it needs for RSSShradha Shah6-28/+72
2015-08-28cxgb4: Force uninitialized state if FW in adapter is unsupportedHariprasad Shenai4-0/+72
2015-08-28openswitch: fix typo CONFIG_NF_CONNTRACK_LABELValentin Rothberg1-1/+1
2015-08-28net: Add support for VRFs to inetpeer cacheDavid Ahern4-9/+21
2015-08-28net: Refactor inetpeer address structDavid Ahern1-16/+19
2015-08-28net: Add helper function to compare inetpeer addressesDavid Ahern3-23/+19
2015-08-28net: Add set,get helpers for inetpeer addressesDavid Ahern2-38/+50
2015-08-28net: Introduce ipv4_addr_hash and use it for tcp metricsDavid Ahern2-6/+11
2015-08-28net: Add ethernet header for pass through VRF deviceDavid Ahern1-3/+45
2015-08-28net/xen-netfront: only napi_synchronize() if runningChas Williams1-1/+2
2015-08-28IGMP: Inhibit reports for local multicast groupsPhilip Downey3-1/+33
2015-08-28r8169: Add software counter for multicast packagesCorinna Vinschen1-5/+4
2015-08-28net: sched: simplify attach_one_default_qdisc()Phil Sutter1-29/+12
2015-08-28net: sched: register noqueue qdiscPhil Sutter3-1/+13
2015-08-28net: sched: ignore tx_queue_len when assigning default qdiscPhil Sutter1-2/+1
2015-08-28net: fix IFF_NO_QUEUE for drivers using alloc_netdevPhil Sutter1-1/+1
2015-08-28sock: fix kernel doc errorJean Sacren1-1/+1
2015-08-28sctp: donot reset the overall_error_count in SHUTDOWN_RECEIVE statelucien1-1/+1
2015-08-28net/mlx4_core: Fix unintialized variable used in error pathCarol L Soto1-3/+2
2015-08-28net/mlx4_core: Capping number of requested MSIXs to MAX_MSIXCarol L Soto1-1/+9
2015-08-28bridge: fdb: rearrange net_bridge_fdb_entryNikolay Aleksandrov1-2/+2
2015-08-28openvswitch: Include ip6_fib.h.Joe Stringer1-0/+1
2015-08-28netfilter: Define v6ops in !CONFIG_NETFILTER case.Joe Stringer1-9/+9
2015-08-28mlxsw: Make mailboxes 4KB alignedIdo Schimmel1-33/+50
2015-08-28mlxsw: adjust transmit fail log message level in __mlxsw_emad_transmitJiri Pirko1-2/+2
2015-08-28mlxsw: Remove duplicate included headerIdo Schimmel1-1/+0
2015-08-28rocker: use change upper infoJiri Pirko1-23/+38
2015-08-28rocker: use new helper to figure out master kindJiri Pirko1-12/+7
2015-08-28net: kill long time unused bonding private flagsJiri Pirko1-36/+21
2015-08-28net: add netif_is_ovs_master helper with IFF_OPENVSWITCH private flagJiri Pirko2-1/+9
2015-08-28net: add netif_is_bridge_master helperJiri Pirko1-0/+5
2015-08-28net: introduce change upper device notifier change infoJiri Pirko2-2/+21
2015-08-28virtio-net: avoid unnecessary sg initialzationJason Wang1-2/+2
2015-08-28geneve: Move device hash table to geneve socket.Pravin B Shelar1-26/+17
2015-08-28geneve: Consolidate Geneve functionality in single module.Pravin B Shelar6-586/+421
2015-08-28openvswitch: Use Geneve device.Pravin B Shelar2-148/+33
2015-08-28geneve: Add support to collect tunnel metadata.Pravin B Shelar3-85/+275
2015-08-28geneve: Make dst-port configurable.Pravin B Shelar2-4/+22
2015-08-28tunnel: introduce udp_tun_rx_dst()Pravin B Shelar5-43/+97
2015-08-28geneve: Use skb mark and protocol to lookup route.Pravin B Shelar1-0/+3
2015-08-28geneve: Initialize ethernet address in device setup.Pravin B Shelar1-3/+1
2015-08-28bridge: Add netlink support for vlan_protocol attributeToshiaki Makita4-14/+57
2015-08-28bnx2x: Add new device ids under the Qlogic vendorYuval Mintz1-0/+3
2015-08-27smsc911x: Ignore error return from device_get_phy_mode()Guenter Roeck1-6/+8
2015-08-27device property: Return -ENXIO if there is no suitable FW interfaceGuenter Roeck1-4/+13
2015-08-27net: sched: consolidate tc_classify{,_compat}Daniel Borkmann16-47/+40