aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-10atm: solos-pci: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-12-10atm: he: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10net: ieee802154: remove unnecessary spi_set_drvdata()Jingoo Han2-3/+0
2013-12-10net: phy: spi_ks8995: remove unnecessary spi_set_drvdata()Jingoo Han1-2/+0
2013-12-10net: vmxnet3: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10net: fddi: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-12-10net: hippi: remove unnecessary pci_set_drvdata()Jingoo Han1-4/+1
2013-12-10virtio_net: spelling fixesstephen hemminger1-2/+2
2013-12-10virtio_net: remove unused parameter to send_commandstephen hemminger1-21/+13
2013-12-10net: handle error more gracefully in socketpair()Yann Droneaud1-18/+31
2013-12-10Revert "macvtap: remove useless codes in macvtap_aio_read() and macvtap_recvmsg()"David S. Miller1-0/+5
2013-12-10Revert "tun: remove useless codes in tun_chr_aio_read() and tun_recvmsg()"David S. Miller1-0/+5
2013-12-10net: more spelling fixesstephen hemminger5-11/+11
2013-12-10Merge branch 'ifla_flags'David S. Miller4-8/+17
2013-12-10ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2-3/+7
2013-12-10dn_dev: add support for IFA_FLAGS nl attributeJiri Pirko2-5/+10
2013-12-10sh_eth: add R8A7791 supportSergei Shtylyov2-4/+5
2013-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-nextDavid S. Miller16-136/+453
2013-12-10bgmac: start/stop PHY on netdev open/stopRafał Miłecki1-0/+4
2013-12-10neigh: use neigh_parms_net() to get struct neigh_parms->net pointerJiri Pirko1-1/+1
2013-12-10cipso: cleanup cipso_v4_translate() when !CONFIG_NETLABELPaul Moore1-1/+1
2013-12-10ipv6 addrconf: revert /proc/net/if_inet6 ifa_flag formatJiri Pirko1-2/+2
2013-12-10igb: Start temperature sensor attribute index with 1Guenter Roeck1-4/+4
2013-12-10igb: Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck2-55/+53
2013-12-10igb: Add new feature Media Auto Sense for 82580 devices onlyCarolyn Wyborny6-0/+226
2013-12-10igb: Support ports mapped in 64-bit PCI spaceAaron Sierra1-7/+3
2013-12-10igb: Add media switching feature for i354 PHY'sCarolyn Wyborny5-0/+96
2013-12-10ixgbe: Focus config of head, tail ntc, and ntu all into a single functionDon Skidmore2-40/+19
2013-12-10ixgbevf: update Kconfig descriptionJacob Keller1-4/+4
2013-12-10i40e: Bump version numberCatherine Sullivan1-1/+1
2013-12-10i40e: remove and fix confusing define nameJesse Brandeburg1-4/+17
2013-12-10i40e: complain about out-of-range descriptor requestShannon Nelson1-9/+13
2013-12-10i40e: loopback info and set loopback fixKamil Krawczyk3-4/+6
2013-12-10i40e: restrict diag test messagesShannon Nelson1-9/+12
2013-12-09mlx4_core: Roll back round robin bitmap allocation commit for CQs, SRQs, and MPTsJack Morgenstein10-20/+32
2013-12-09ipv6: use ip6_flowinfo helperFlorent Fourcot1-2/+1
2013-12-09ipv6: add ip6_flowlabel helperFlorent Fourcot3-2/+7
2013-12-09ipv6: remove rcv_tclass of ipv6_pinfoFlorent Fourcot3-7/+2
2013-12-09ipv6: move IPV6_TCLASS_MASK definition in ipv6.hFlorent Fourcot3-2/+1
2013-12-09ipv6: add flowinfo for tcp6 pkt_options for all casesFlorent Fourcot3-0/+9
2013-12-09bgmac: connect to PHY and make use of PHY deviceRafał Miłecki2-138/+64
2013-12-09etherdevice: Optimize a few is_<foo>_ether_addr functionsJoe Perches1-2/+23
2013-12-09batadv: Slight optimization of batadv_compare_ethJoe Perches1-1/+1
2013-12-09etherdevice: Add ether_addr_equal_unalignedJoe Perches1-0/+18
2013-12-09Merge branch 'neigh'David S. Miller11-272/+414
2013-12-09neigh: ipv6: respect default values set before an address is assigned to deviceJiri Pirko3-1/+15
2013-12-09neigh: restore old behaviour of default parms valuesJiri Pirko5-6/+92
2013-12-09neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko6-6/+23
2013-12-09neigh: wrap proc dointvec functionsJiri Pirko3-15/+59
2013-12-09neigh: convert parms to an arrayJiri Pirko7-257/+238