summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* net: fddi: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-111-1/+0Star
* net: hippi: remove unnecessary pci_set_drvdata()Jingoo Han2013-12-111-4/+1Star
* virtio_net: spelling fixesstephen hemminger2013-12-111-2/+2
* virtio_net: remove unused parameter to send_commandstephen hemminger2013-12-111-21/+13Star
* net: handle error more gracefully in socketpair()Yann Droneaud2013-12-111-18/+31
* Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvm...David S. Miller2013-12-111-0/+5
* Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"David S. Miller2013-12-111-0/+5
* net: more spelling fixesstephen hemminger2013-12-115-11/+11
* Merge branch 'ifla_flags'David S. Miller2013-12-114-8/+17
|\
| * ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-112-3/+7
| * dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-112-5/+10
|/
* sh_eth: add R8A7791 supportSergei Shtylyov2013-12-112-4/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-12-1116-136/+453
|\
| * igb: Start temperature sensor attribute index with 1Guenter Roeck2013-12-101-4/+4
| * igb: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2013-12-102-55/+53Star
| * igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny2013-12-106-0/+226
| * igb: Support ports mapped in 64-bit PCI spaceAaron Sierra2013-12-101-7/+3Star
| * igb: Add media switching feature for i354 PHY'sCarolyn Wyborny2013-12-105-0/+96
| * ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore2013-12-102-40/+19Star
| * ixgbevf: update Kconfig descriptionJacob Keller2013-12-101-4/+4
| * i40e: Bump version numberCatherine Sullivan2013-12-101-1/+1
| * i40e: remove and fix confusing define nameJesse Brandeburg2013-12-101-4/+17
| * i40e: complain about out-of-range descriptor requestShannon Nelson2013-12-101-9/+13
| * i40e: loopback info and set loopback fixKamil Krawczyk2013-12-103-4/+6
| * i40e: restrict diag test messagesShannon Nelson2013-12-101-9/+12
* | bgmac: start/stop PHY on netdev open/stopRafał Miłecki2013-12-111-0/+4
* | neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko2013-12-101-1/+1
* | cipso: cleanup cipso_v4_translate() when !CONFIG_NETLABELPaul Moore2013-12-101-1/+1
* | ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko2013-12-101-2/+2
* | mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and ...Jack Morgenstein2013-12-1010-20/+32
* | ipv6: use ip6_flowinfo helperFlorent Fourcot2013-12-101-2/+1Star
* | ipv6: add ip6_flowlabel helperFlorent Fourcot2013-12-103-2/+7
* | ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot2013-12-103-7/+2Star
* | ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot2013-12-103-2/+1Star
* | ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot2013-12-103-0/+9
|/
* bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2013-12-102-138/+64Star
* etherdevice: Optimize a few is_<foo>_ether_addr functionsJoe Perches2013-12-101-2/+23
* batadv: Slight optimization of batadv_compare_ethJoe Perches2013-12-101-1/+1
* etherdevice: Add ether_addr_equal_unalignedJoe Perches2013-12-101-0/+18
* Merge branch 'neigh'David S. Miller2013-12-1011-272/+414
|\
| * neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko2013-12-103-1/+15
| * neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-105-6/+92
| * neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-106-6/+23
| * neigh: wrap proc dointvec functionsJiri Pirko2013-12-103-15/+59
| * neigh: convert parms to an arrayJiri Pirko2013-12-107-257/+238Star
|/
* Merge branch 'phy_reset'David S. Miller2013-12-1010-63/+82
|\
| * net: sh_eth: do not issue a wild PHY reset through BMCRFlorian Fainelli2013-12-101-1/+4
| * net: tc35815: use phy_init_hw for PHY resetFlorian Fainelli2013-12-101-11/+4Star
| * net: pxa168_eth: use phy_init_hw for PHY resetFlorian Fainelli2013-12-101-19/+1Star
| * net: mv643xx_eth: use phy_init_hw to reset PHYFlorian Fainelli2013-12-101-20/+1Star