Age | Commit message (Expand) | Author | Files | Lines |
2012-07-10 | net: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings | 46 | -103/+163 |
2012-07-10 | net: Properly define functions with no parameters | Ben Hutchings | 2 | -2/+2 |
2012-07-10 | Merge branch 'metrics_restructure' | David S. Miller | 29 | -731/+837 |
2012-07-10 | ipv4: Remove inetpeer from routes. | David S. Miller | 3 | -118/+6 |
2012-07-10 | ipv4: Calling ->cow_metrics() now is a bug. | David S. Miller | 1 | -28/+2 |
2012-07-10 | ipv4: Kill dst_copy_metrics() call from ipv4_blackhole_route(). | David S. Miller | 1 | -1/+0 |
2012-07-10 | ipv4: Enforce max MTU metric at route insertion time. | David S. Miller | 2 | -6/+3 |
2012-07-10 | ipv4: Maintain redirect and PMTU info in struct rtable again. | David S. Miller | 5 | -154/+41 |
2012-07-10 | rtnetlink: Remove ts/tsage args to rtnl_put_cacheinfo(). | David S. Miller | 5 | -10/+5 |
2012-07-10 | inet: Kill FLOWI_FLAG_PRECOW_METRICS. | David S. Miller | 6 | -18/+6 |
2012-07-10 | inet: Minimize use of cached route inetpeer. | David S. Miller | 5 | -22/+35 |
2012-07-10 | inet: Remove ->get_peer() method. | David S. Miller | 3 | -33/+0 |
2012-07-10 | tcp: Remove tw->tw_peer | David S. Miller | 2 | -15/+2 |
2012-07-10 | tcp: Move timestamps from inetpeer to metrics cache. | David S. Miller | 9 | -127/+149 |
2012-07-10 | net: Kill set_dst_metric_rtt(). | David S. Miller | 1 | -6/+0 |
2012-07-10 | net: Don't report route RTT metric value in cache dumps. | David S. Miller | 2 | -18/+15 |
2012-07-10 | tcp: Maintain dynamic metrics in local cache. | David S. Miller | 4 | -93/+468 |
2012-07-10 | tcp: Abstract back handling peer aliveness test into helper function. | David S. Miller | 4 | -2/+13 |
2012-07-10 | tcp: Move dynamnic metrics handling into seperate file. | David S. Miller | 4 | -187/+199 |
2012-07-10 | etherdevice: introduce eth_broadcast_addr | Johannes Berg | 1 | -0/+11 |
2012-07-10 | ipv4: Fix crashes in fib_rules_tclass(). | David S. Miller | 1 | -0/+1 |
2012-07-09 | Merge branch 'davem-next.r8169' of git://violet.fr.zoreil.com/romieu/linux | David S. Miller | 1 | -318/+666 |
2012-07-09 | net/fsl_pq_mdio: use spin_event_timeout() to poll the indicator register | Timur Tabi | 1 | -10/+19 |
2012-07-09 | smsc95xx: support ethtool get_regs | Emeric Vigier | 1 | -0/+31 |
2012-07-09 | r6040: use module_pci_driver macro | Devendra Naga | 1 | -14/+1 |
2012-07-09 | bnx2x: populate skb->l4_rxhash | Eric Dumazet | 2 | -4/+16 |
2012-07-09 | r8169: support RTL8168G | Hayes Wang | 1 | -0/+291 |
2012-07-09 | r8169: abstract out loop conditions. | Francois Romieu | 1 | -181/+186 |
2012-07-09 | r8169: ephy, eri and efuse functions signature changes. | Francois Romieu | 1 | -111/+100 |
2012-07-09 | r8169: csi_ops signature change. | Francois Romieu | 1 | -11/+12 |
2012-07-09 | r8169: mdio_ops signature change. | Francois Romieu | 1 | -20/+26 |
2012-07-09 | r8169: add RTL8106E support. | Hayes Wang | 1 | -0/+56 |
2012-07-09 | small cleanup in ax25_addr_parse() | Dan Carpenter | 1 | -2/+4 |
2012-07-09 | be2net: Fix Endian | Li RongQing | 1 | -1/+1 |
2012-07-09 | bcm87xx: fix reg-init comment typo | Peter Korsgaard | 1 | -1/+1 |
2012-07-09 | phylib: Support registering a bunch of drivers | Christian Hohnstaedt | 16 | -431/+159 |
2012-07-09 | bcm87xx: disable autonegotiation by default | Peter Korsgaard | 1 | -0/+1 |
2012-07-09 | sky2: Fix for interrupt handler | Mirko Lindner | 1 | -1/+3 |
2012-07-09 | sky2: Added support for Optima EEE | Mirko Lindner | 2 | -1/+18 |
2012-07-09 | net/macb: manage carrier state with call to netif_carrier_{on|off}() | Nicolas Ferre | 1 | -2/+11 |
2012-07-08 | sctp: refactor sctp_packet_append_chunk and clenup some memory leaks | Neil Horman | 1 | -27/+52 |
2012-07-08 | bnx2i: use strlcpy() instead of memcpy() for strings | Dan Carpenter | 1 | -1/+1 |
2012-07-07 | Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-next | David S. Miller | 11 | -23/+320 |
2012-07-07 | asix: avoid copies in tx path | Eric Dumazet | 1 | -4/+24 |
2012-07-07 | net/mlx4_en: Add support for drop action through ethtool | Hadar Hen Zion | 4 | -2/+42 |
2012-07-07 | net/mlx4_en: Manage flow steering rules with ethtool | Hadar Hen Zion | 2 | -0/+389 |
2012-07-07 | net/mlx4: Implement promiscuous mode with device managed flow-steering | Hadar Hen Zion | 3 | -0/+108 |
2012-07-07 | net/mlx4_core: Add resource tracking for device managed flow steering rules | Hadar Hen Zion | 2 | -8/+125 |
2012-07-07 | {NET, IB}/mlx4: Add device managed flow steering firmware API | Hadar Hen Zion | 14 | -81/+758 |
2012-07-07 | net/mlx4_core: Add firmware commands to support device managed flow steering | Hadar Hen Zion | 5 | -0/+86 |