summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Remove tb_peers from fib_table.David S. Miller2012-07-122-4/+0
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-07-121-57/+33
|\
| * can: gw: Remove pointless castsThomas Graf2012-07-101-4/+2
| * can: gw: Properly fill the netlink header when responding to RTM_GETROUTEThomas Graf2012-07-101-3/+7
| * can: gw: Use nla_policy to validate netlink attributesThomas Graf2012-07-101-24/+23
| * can: gw: Don't bump nlmsg_len manuallyThomas Graf2012-07-101-26/+1
* | be2net: Enable RSS UDP hashing for Lancer and SkyhawkPadmanabh Ratnakar2012-07-123-0/+12
* | be2net: Fix port name in message during driver loadPadmanabh Ratnakar2012-07-123-2/+57
* | be2net: Fix cleanup path when EQ creation failsPadmanabh Ratnakar2012-07-121-2/+3
* | be2net: Activate new FW after FW download for LancerPadmanabh Ratnakar2012-07-125-78/+180
* | be2net: Fix initialization sequence for LancerPadmanabh Ratnakar2012-07-123-68/+87
* | be2net : Fix die temperature stat for LancerPadmanabh Ratnakar2012-07-123-7/+8
* | be2net: Fix error while toggling autoneg of pause parametersPadmanabh Ratnakar2012-07-121-1/+1
* | team: make team_port_enabled() and team_port_txable() static inlineJiri Pirko2012-07-122-14/+9
* | team: add broadcast modeJiri Pirko2012-07-123-1/+101
* | team: use function team_port_txable() for determing enabled and up portJiri Pirko2012-07-123-3/+10
* | ipv4: Put proper checks into icmp_socket_deliver().David S. Miller2012-07-121-6/+6
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-125-209/+127
|\ \
| * | ixgbe: Merge RSS and flow director ring register caching and configurationAlexander Duyck2012-07-111-74/+24
| * | ixgbe: Clean up a useless switch statement and dead code in configure_srrctlAlexander Duyck2012-07-111-21/+15
| * | ixgbe: Add feature offset value to ring featuresAlexander Duyck2012-07-114-18/+16
| * | ixgbe: Add upper limit to ring featuresAlexander Duyck2012-07-114-8/+14
| * | ixgbe: count q_vectors instead of MSI-X vectorsAlexander Duyck2012-07-114-89/+59
* | | net: sched: add ipset ematchFlorian Westphal2012-07-124-1/+148
* | | netxen: fix link notification orderFlavio Leitner2012-07-121-2/+2
* | | 6lowpan: rework fragment-deleting routinealex.bluesman.smirnov@gmail.com2012-07-121-19/+20
* | | 6lowpan: fix tag variable sizealex.bluesman.smirnov@gmail.com2012-07-121-1/+1
* | | mac802154: sparse warnings: make symbols staticalex.bluesman.smirnov@gmail.com2012-07-122-2/+2
* | | 6lowpan: get extra headroom in allocated framealex.bluesman.smirnov@gmail.com2012-07-121-2/+2
* | | mac802154: add get short address methodalex.bluesman.smirnov@gmail.com2012-07-123-0/+17
* | | drivers/ieee802154/at86rf230: rework irq handleralex.bluesman.smirnov@gmail.com2012-07-121-14/+18
* | | 6lowpan: revert: add missing spin_lock_init()alex.bluesman.smirnov@gmail.com2012-07-121-3/+1
* | | smsc95xx: signedness bug in get_regs()Dan Carpenter2012-07-121-1/+2
* | | net: add support for NS8390 based eth controllers on some ColdFire CPU boardsGreg Ungerer2012-07-124-120/+504
* | | m68knommu: move the badly named mcfne.h to a better mcf8390.hGreg Ungerer2012-07-121-4/+4
* | | ipv4: Fix warnings in ip_do_redirect() for some configurations.David S. Miller2012-07-121-4/+6
* | | Merge branch 'redirect_via_sock'David S. Miller2012-07-1236-351/+447
|\ \ \
| * | | net: Remove checks for dst_ops->redirect being NULL.David S. Miller2012-07-127-11/+8
| * | | net: Add dummy dst_ops->redirect method where needed.David S. Miller2012-07-124-0/+21
| * | | ipv6: Use icmpv6_notify() to propagate redirect, instead of rt6_redirect().David S. Miller2012-07-125-111/+4
| * | | ipv6: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-1213-14/+69
| * | | ipv6: Add ip6_redirect() and ip6_sk_redirect() helper functions.David S. Miller2012-07-122-0/+29
| * | | ipv6: Pull main logic of rt6_redirect() into rt6_do_redirect().David S. Miller2012-07-121-31/+49
| * | | ipv6: Move bulk of redirect handling into rt6_redirect().David S. Miller2012-07-113-82/+72
| * | | ipv6: Export ndisc option parsing from ndisc.cDavid S. Miller2012-07-112-45/+52
| * | | ipv4: Kill ip_rt_redirect().David S. Miller2012-07-113-46/+0
| * | | ipv4: Add redirect support to all protocol icmp error handlers.David S. Miller2012-07-1112-16/+110
| * | | ipv4: Add ipv4_redirect() and ipv4_sk_redirect() helper functions.David S. Miller2012-07-112-0/+31
| * | | ipv4: Generalize ip_do_redirect() and hook into new dst_ops->redirect.David S. Miller2012-07-112-40/+55
| * | | ipv4: Rearrange arguments to ip_rt_redirect()David S. Miller2012-07-113-36/+26