summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * net: orinoco: add error handling for failed kmalloc().Santosh Nayak2012-03-281-0/+8
| * net/wireless: ipw2x00: fix a typo in wiphy struct initilizationStanislav Yakovlev2012-03-281-2/+2
* | x86 bpf_jit: fix a bug in emitting the 16-bit immediate operand of ANDzhuangfeiran@ict.ac.cn2012-03-291-1/+1
* | bonding: emit event when bonding changes MACWeiping Pan2012-03-291-1/+7
* | net/core: dev_forward_skb() should clear skb_iifBenjamin LaHaise2012-03-281-0/+1
* | net/ipv4: fix IPv4 multicast over network namespacesBenjamin LaHaise2012-03-281-1/+1
* | virtio_net: do not rate limit counter incrementsRick Jones2012-03-281-3/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-03-288-29/+60
|\ \
| * | ixgbe: update version numberDon Skidmore2012-03-271-2/+2
| * | ixgbe: fix typo in enumeration nameDon Skidmore2012-03-271-1/+1
| * | intel: make wired ethernet driver message level consistent (rev2)stephen hemminger2012-03-277-13/+35
| * | e1000: fix vlan processing regressionJiri Pirko2012-03-271-13/+22
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netJeff Kirsher2012-03-271-2/+6
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netJeff Kirsher2012-03-26720-13396/+26817
| |\ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netJeff Kirsher2012-03-213030-129897/+191137
| |\ \ \ \
| * | | | | fcoe: use CHECKSUM_UNNECESSARY instead of CHECKSUM_PARTIAL on txYi Zou2012-03-171-1/+1
| * | | | | net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gsoYi Zou2012-03-171-1/+2
| * | | | | ixgbe: Fix issues with SR-IOV loopback when flow control is disabledAlexander Duyck2012-03-171-1/+8
* | | | | | cdc-phonet: fix skb truesize underestimationEric Dumazet2012-03-271-2/+2
* | | | | | f_phonet: fix skb truesize underestimationEric Dumazet2012-03-271-1/+1
* | | | | | eql: dont rely on HZ=100Eric Dumazet2012-03-272-4/+5
* | | | | | mISDN: array underflow in open_bchannel()Dan Carpenter2012-03-277-7/+7
* | | | | | bnx2x: fix vector traveling while looking for an empty entryDmitry Kravkov2012-03-271-1/+1
* | | | | | bnx2x: previous driver unload revisedYuval Mintz2012-03-278-107/+417
* | | | | | USB: Add Motorola Rokr E6 Id to the USBNet driver "zaurus"Guan Xin2012-03-271-0/+5
* | | | | | net: sh_eth: Add support SH7734Nobuhiro Iwamatsu2012-03-273-8/+28
* | | | | | wimax: i2400m-usb - use a private struct ethtool_opsPhil Sutter2012-03-271-0/+18
* | | | | | wimax: i2400m - prevent a possible kernel bug due to missing fw_name stringPhil Sutter2012-03-271-1/+2
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-03-2714-44/+58
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: Fix low-gain setting when scanningLarry Finger2012-03-262-2/+2
| * | | | | ath5k: drop self from MAINTAINERSBob Copeland2012-03-261-1/+0
| * | | | | mac80211: fix possible tid_rx->reorder_timer use after freeStanislaw Gruszka2012-03-261-1/+2
| * | | | | rt2x00: rt2800usb: fix status register reread logicStanislaw Gruszka2012-03-261-1/+1
| * | | | | rt2x00: rt2800usb: schedule txdone work on timeoutStanislaw Gruszka2012-03-261-1/+7
| * | | | | mac80211: remove outdated commentEliad Peller2012-03-261-3/+0
| * | | | | ath9k: fix a memory leak in ath_rx_tasklet()Eric Dumazet2012-03-261-2/+2
| * | | | | ath9k: reduce listen time periodRajkumar Manoharan2012-03-261-1/+1
| * | | | | cfg80211: allow CFG80211_SIGNAL_TYPE_UNSPEC in station_infoJohn W. Linville2012-03-262-12/+23
| * | | | | iwlegacy: fix BSSID settingStanislaw Gruszka2012-03-261-10/+6
| * | | | | ath9k: fix max noise floor thresholdRajkumar Manoharan2012-03-261-3/+2
| * | | | | iwlegacy: do not nulify il->vif on resetStanislaw Gruszka2012-03-263-7/+12
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-2727-109/+184
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | net: fix a potential rcu_read_lock() imbalance in rt6_fill_node()Eric Dumazet2012-03-271-2/+6
| | |_|_|/ | |/| | |
| * | | | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-257-9/+13
| * | | | gianfar: Fix possible overrun and simplify interrupt name field creationJoe Perches2012-03-252-33/+8
| * | | | USB: qmi_wwan: Add ZTE (Vodafone) K3570-Z and K3571-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | | | USB: option: Ignore ZTE (Vodafone) K3570/71 net interfacesAndrew Bird (Sphere Systems)2012-03-251-2/+4
| * | | | USB: qmi_wwan: Add ZTE (Vodafone) K3565-Z and K4505-Z net interfacesAndrew Bird (Sphere Systems)2012-03-251-0/+18
| * | | | qlcnic: Bug fix for LROAnirban Chakraborty2012-03-232-3/+5
| * | | | Merge branch 'vhost-net' of git://git.kernel.org/pub/scm/linux/kernel/git/mst...David S. Miller2012-03-236-6/+12
| |\ \ \ \
OpenPOWER on IntegriCloud