summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | sock_diag: allow to dump bpf filtersNicolas Dichtel2013-04-294-0/+42
| | * | | | | | packet_diag: disclose meminfo valuesNicolas Dichtel2013-04-292-0/+6
| | * | | | | | packet_diag: disclose uid valueNicolas Dichtel2013-04-292-5/+15
| |/ / / / / /
| * | | | | | selftests: psock_tpacket: fix status checkDaniel Borkmann2013-04-291-2/+2
| * | | | | | vxlan: allow choosing destination port per vxlanstephen hemminger2013-04-292-6/+15
| * | | | | | vxlan: compute source port in network byte orderstephen hemminger2013-04-291-5/+4
| * | | | | | vxlan: source compatiablity with IFLA_VXLAN_GROUP (v2)stephen hemminger2013-04-292-6/+6
| * | | | | | vxlan: fix byte order issues with NDA_PORTstephen hemminger2013-04-291-13/+15
| * | | | | | vxlan: document UDP default portstephen hemminger2013-04-291-2/+4
| * | | | | | vxlan: update mail address and copyright datestephen hemminger2013-04-291-2/+2
| * | | | | | bridge: Add fdb dst check during fdb updateroopa2013-04-291-2/+14
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-04-267-38/+80
| |\ \ \ \ \ \
| | * | | | | | ixgbe: add mac type to the version in ethtool_regsEmil Tantilov2013-04-251-1/+2
| | * | | | | | ixgbe: add support for disabling link at boot time on 82599Emil Tantilov2013-04-252-2/+20
| | * | | | | | ixgbe: cache AUTOC readsEmil Tantilov2013-04-252-16/+25
| | * | | | | | ixgbe: fix register access during ethtool loopback testEmil Tantilov2013-04-251-12/+14
| | * | | | | | ixgbe: fix EICR write in ixgbe_msix_otherJacob Keller2013-04-251-0/+10
| | * | | | | | igb: limit udelay for phy changes to 10000usAndi Kleen2013-04-251-3/+3
| | * | | | | | e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan2013-04-251-2/+5
| | * | | | | | e1000e: fix numeric overflow in phc settime methodRichard Cochran2013-04-251-2/+1
| * | | | | | | Merge branch 'mlx4'David S. Miller2013-04-268-12/+383
| |\ \ \ \ \ \ \
| | * | | | | | | net/mlx4: Add support to get VF configRony Efraim2013-04-263-0/+43
| | * | | | | | | net/mlx4: Add VF MAC spoof checking supportRony Efraim2013-04-266-1/+62
| | * | | | | | | net/mlx4: Add set VF default vlan ID and priority supportRony Efraim2013-04-268-7/+126
| | * | | | | | | net/mlx4: Add set VF mac address supportRony Efraim2013-04-263-1/+73
| | * | | | | | | net/mlx4: Add structures to keep VF Ethernet ports informationRony Efraim2013-04-263-0/+62
| | * | | | | | | net/mlx4: Add reference counting to MAC registerationRony Efraim2013-04-261-5/+10
| | * | | | | | | net/mlx4_en: Disable HW clock overflow check when no HW supportAmir Vadai2013-04-261-3/+7
| | * | | | | | | net/mlx4_core: Disable HW timestamping for VFsAmir Vadai2013-04-261-0/+5
| |/ / / / / / /
| * | | | | | | genetlink: fix possible memory leak in genl_family_rcv_msg()Wei Yongjun2013-04-261-2/+3
| * | | | | | | be2net: Avoid diagnostic test in certain versions of firmware to avoid NIC fr...Suresh Reddy2013-04-261-0/+6
| * | | | | | | be2net: Renamed rx_address_mismatch_errors to rx_address_filteredSuresh Reddy2013-04-264-14/+14
| * | | | | | | be2net: Add support for setting and getting rx flow hash optionsSuresh Reddy2013-04-265-11/+177
| | |/ / / / / | |/| | | | |
| * | | | | | net: fix address check in rtnl_fdb_delVlad Yasevich2013-04-251-1/+1
| * | | | | | net/cpsw: fix irq_disable() with threaded interruptsSebastian Siewior2013-04-251-3/+22
| * | | | | | net/cpsw: optimize the for_each_slave_macro()Sebastian Siewior2013-04-251-3/+6
| * | | | | | net/cpsw: make sure modules remove does not leak any ressourcesSebastian Siewior2013-04-251-7/+16
| * | | | | | net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior2013-04-253-0/+4
| * | | | | | net/cpsw: redo rx skb allocation in rx pathSebastian Siewior2013-04-252-21/+19
| * | | | | | net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior2013-04-254-10/+10
| * | | | | | net/cpsw: don't rely only on netif_running() to check which device is activeSebastian Siewior2013-04-251-11/+22
| * | | | | | net/cpsw: don't continue if we miss to allocate rx skbsSebastian Siewior2013-04-251-13/+22
| * | | | | | net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior2013-04-251-8/+12
| * | | | | | net: ipv4: typo issue, remove erroneous semicolonChen Gang2013-04-251-1/+1
| * | | | | | bnx2x, bnx2fc: Use per port max exchange resourcesBhanu Prakash Gollapudi2013-04-258-42/+64
| * | | | | | net: fec: Enable imx6 enet checksum acceleration.Jim Baxter2013-04-252-4/+106
| * | | | | | net: calxedaxgmac: fix condition in xgmac_set_features()Dan Carpenter2013-04-251-1/+1
| |/ / / / /
| * | | | | openvswitch: Use parallel_ops genl.Pravin B Shelar2013-04-251-4/+8
| * | | | | genl: Allow concurrent genl callbacks.Pravin B Shelar2013-04-252-38/+77
| * | | | | irda: irlmp_reasons[] can be staticWu Fengguang2013-04-251-1/+1
OpenPOWER on IntegriCloud