summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* batman-adv: add bridge loop avoidance compile optionSimon Wunderlich2012-04-117-5/+89
* batman-adv: form groups in the bridge loop avoidanceSimon Wunderlich2012-04-112-6/+116
* batman-adv: drop STP over batmanSimon Wunderlich2012-04-111-0/+8
* batman-adv: add broadcast duplicate checkSimon Wunderlich2012-04-115-0/+91
* batman-adv: don't let backbone gateways exchange tt entriesSimon Wunderlich2012-04-114-2/+74
* batman-adv: allow multiple entries in tt_global_entriesSimon Wunderlich2012-04-112-93/+311
* batman-adv: export claim tables through debugfsSimon Wunderlich2012-04-114-3/+66
* batman-adv: make bridge loop avoidance switchableSimon Wunderlich2012-04-112-0/+11
* batman-adv: add basic bridge loop avoidance codeSimon Wunderlich2012-04-1114-16/+1430
* batman-adv: remove old bridge loop avoidance codeSimon Wunderlich2012-04-119-517/+5
* batman-adv: encourage batman to take shorter routes by changing the default h...Marek Lindner2012-04-111-1/+1
* batman-adv: Remove declaration of only locally used functionsSven Eckelmann2012-04-112-16/+14
* batman-adv: Replace bitarray operations with bitmapSven Eckelmann2012-04-116-130/+41
* batman-adv: use ETH_ALEN instead of hardcoded numeric constantsAntonio Quartulli2012-04-111-13/+13
* batman-adv: clean up KconfigAntonio Quartulli2012-04-111-9/+8
* MAINTAINERS: add additional maintainer for net/batman-advAntonio Quartulli2012-04-111-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-104047-49867/+103952
|\
| * Make the "word-at-a-time" helper functions more commonly usableLinus Torvalds2012-04-062-32/+49
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-0638-376/+602
| |\
| | * net: fix a race in sock_queue_err_skb()Eric Dumazet2012-04-061-1/+3
| | * netlink: fix races after skb queueingEric Dumazet2012-04-061-11/+13
| | * doc, net: Update ndo_start_xmit return type and valuesBen Hutchings2012-04-061-10/+12
| | * doc, net: Remove instruction to set net_device::trans_startBen Hutchings2012-04-061-5/+2
| | * doc, net: Update netdev operation namesBen Hutchings2012-04-062-14/+14
| | * doc, net: Update documentation of synchronisation for TX multiqueueBen Hutchings2012-04-061-3/+3
| | * doc, net: Remove obsolete reference to dev->pollBen Hutchings2012-04-061-2/+1
| | * ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings2012-04-061-2/+1
| | * MAINTAINERS: update for Marvell Ethernet driversstephen hemminger2012-04-061-12/+7
| | * bonding: properly unset current_arp_slave on slave link upVeaceslav Falico2012-04-061-1/+5
| | * phonet: Check input from user before allocatingSasha Levin2012-04-061-0/+3
| | * tcp: tcp_sendpages() should call tcp_push() onceEric Dumazet2012-04-064-6/+9
| | * ipv6: fix array index in ip6_mc_add_src()RongQing.Li2012-04-051-1/+1
| | * mlx4: allocate just enough pages instead of always 4 pagesThadeu Lima de Souza Cascardo2012-04-051-2/+3
| | * stmmac: re-add IFF_UNICAST_FLT for dwmac1000Marc Kleine-Budde2012-04-051-2/+4
| | * bnx2x: Clear MDC/MDIO warning messageYaniv Rosner2012-04-052-2/+1
| | * bnx2x: Fix BCM57711+BCM84823 link issueYaniv Rosner2012-04-051-2/+2
| | * bnx2x: Clear BCM84833 LED after fan failureYaniv Rosner2012-04-052-0/+12
| | * bnx2x: Fix BCM84833 PHY FW version presentationYaniv Rosner2012-04-051-2/+1
| | * bnx2x: Fix link issue for BCM8727 boards.Yaniv Rosner2012-04-051-7/+14
| | * bnx2x: Restore 1G LED on BCM57712+BCM8727 designs.Yaniv Rosner2012-04-051-15/+18
| | * bnx2x: Fix BCM578x0-SFI pre-emphasis settingsYaniv Rosner2012-04-051-5/+5
| | * bnx2x: Fix BCM57810-KR AN speed transitionYaniv Rosner2012-04-051-2/+18
| | * bnx2x: Fix BCM57810-KR FCYaniv Rosner2012-04-052-0/+31
| | * bnx2x: PFC fixYaniv Rosner2012-04-052-1/+18
| | * sky2: copy received packets on inefficient unaligned architecturestephen hemminger2012-04-051-1/+12
| | * net/bonding: correctly proxy slave neigh param setup ndo functionShlomo Pongratz2012-04-051-8/+43
| | * net/bonding: emit address change event also in bond_releaseShlomo Pongratz2012-04-051-0/+3
| | * sctp: Allow struct sctp_event_subscribe to grow without breaking binariesThomas Graf2012-04-051-2/+3
| | * netfilter: nf_conntrack: fix count leak in error path of __nf_conntrack_allocPablo Neira Ayuso2012-04-041-0/+1
| | * netfilter: xt_CT: fix missing put timeout object in error pathPablo Neira Ayuso2012-04-041-5/+19