aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-07-07gianfar v2: code cleanupsSebastian Poehn2-24/+29
2011-07-07Disable router anycast address for /127 prefixesBjørn Mork1-0/+2
2011-07-07rose: Delete commented out references to ancient firewalling code.David S. Miller2-12/+0
2011-07-07skge: update versionstephen hemminger2-2/+2
2011-07-07skge: make support for old Genesis chips optionalstephen hemminger2-32/+56
2011-07-07add pci-id for DGE-530Tstephen hemminger1-0/+1
2011-07-07skge: cleanup pci id tablestephen hemminger1-11/+10
2011-07-07net: doc: fix compile warning of no format arguments in ifenslave.cShan Wei1-9/+9
2011-07-07net: fix warning of versioncheckShan Wei2-2/+0
2011-07-06packet: Fix leak in pre-defrag support.David S. Miller1-1/+1
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet23-35/+39
2011-07-06packet: Add 'cpu' fanout policy.David S. Miller2-37/+29
2011-07-06veth: Kill unused tx_droppedEric Dumazet1-4/+1
2011-07-05veth: Kill unused code label and code block.David S. Miller1-7/+0
2011-07-05dcbnl: Add CEE notificationShmulik Ravid2-191/+229
2011-07-05dcbnl: Aggregated CEE GET operationShmulik Ravid2-9/+173
2011-07-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller305-1685/+2759
2011-07-05b44: Use pr_<level>_once and DRV_DESCRIPTIONJoe Perches1-10/+4
2011-07-05net: Add GSO to vlan_features initializationShan Wei1-4/+5
2011-07-05packet: Add pre-defragmentation support for ipv4 fanouts.David S. Miller2-2/+49
2011-07-05ipv4: Add ip_defrag() agent IP_DEFRAG_AF_PACKET.David S. Miller2-3/+5
2011-07-05packet: Add fanout support.David S. Miller2-5/+255
2011-07-05packet: Add helpers to register/unregister ->prot_hookDavid S. Miller1-44/+59
2011-07-05net: vlan: enable soft features regardless of underlying deviceShan Wei1-0/+5
2011-07-05Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller13-59/+71
2011-07-05vmxnet3: fix starving rx ring whenoc_skb kb failsShreyas Bhatewara2-43/+96
2011-07-05bridge: Always flood broadcast packetsHerbert Xu2-3/+7
2011-07-05Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller84-202/+16663
2011-07-05batman-adv: Replace version info instead of appending themSven Eckelmann4-21/+9
2011-07-05batman-adv: aggregation checks should use the primary_if pointerMarek Lindner1-5/+20
2011-07-05batman-adv: broadcast primary OGM on all active hard-interfacesMarek Lindner1-4/+13
2011-07-05batman-adv: pass a unique flag arg instead of a sequence of bool onesAntonio Quartulli1-11/+10
2011-07-05batman-adv: add_bcast_packet_to_list() takes the sending delay as parameterAntonio Quartulli4-5/+5
2011-07-05batman-adv: unify flags for tt_change/tt_local_entry/tt_global_entryAntonio Quartulli4-15/+16
2011-07-05bnx2x: Fix warning message during 57712/8727 initializationYaniv Rosner1-5/+1
2011-07-05bnx2x: Add autogrEEEn supportYaniv Rosner3-12/+111
2011-07-05bnx2x: Fix BCM84833 initializationYaniv Rosner2-13/+40
2011-07-05bnx2x: Fix false link indication at link partner when DAC is usedYaniv Rosner5-0/+42
2011-07-05bnx2x: Reset PHY due to fan failure for 578xxYaniv Rosner1-15/+65
2011-07-05bnx2x: Add CL37 BAM for WarpcoreYaniv Rosner2-1/+14
2011-07-05bnx2x: Change BCM54616S to BCM54618SEYaniv Rosner3-30/+62
2011-07-05bnx2x: PFC fixesYaniv Rosner3-37/+64
2011-07-04greth: greth_set_mac_add would corrupt the MAC address.Kristoffer Glembo1-4/+3
2011-07-04net: bind() fix error return on wrong address familyMarcus Meissner2-2/+4
2011-07-04net/wireless: ipw2x00: Use helpers from linux/etherdevice.hTobias Klauser1-2/+2
2011-07-04net: vxge: Use is_multicast_ether_addr helperTobias Klauser1-9/+5
2011-07-04net: ewrk3: Use helpers from linux/etherdevice.hTobias Klauser1-5/+3
2011-07-04net: depca: Use helpers from linux/etherdevice.hTobias Klauser1-3/+3
2011-07-04net: rionet: Use is_multicast_ether_addrTobias Klauser1-1/+1
2011-07-04net: iseries_veth: Use is_unicast_ether_addr helperTobias Klauser1-1/+1