summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-1434-64/+56
* pkt_sched: namespace aware act_mirredBenjamin LaHaise2013-01-1422-72/+94
* ipv6 netevent: Remove old_neigh from netevent_redirect.YOSHIFUJI Hideaki / 吉藤英明2013-01-143-28/+13
* drivers/net: Clean up orphaned probes in Space.cPaul Gortmaker2013-01-141-31/+0
* ipv6: 64bit version of ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-0/+26
* ipv6: Remove __ipv6_prefix_equal().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-10/+5
* ipv6: 64bit version of ipv6_addr_set().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-4/+22
* ipv6: 64bit version of ipv6_addr_v4mapped().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-2/+7
* ipv6: 64bit version of ipv6_addr_loopback().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-0/+6
* ipv6: 64bit version of ipv6_addr_diff().YOSHIFUJI Hideaki / 吉藤英明2013-01-141-1/+28
* ipv6: Move comment to right place.YOSHIFUJI Hideaki / 吉藤英明2013-01-132-5/+4
* Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2013-01-1313-70/+88
|\
| * batman-adv: unbloat batadv_priv if debug is not enabledMarek Lindner2013-01-123-1/+6
| * batman-adv: remove unused variable from orig_node structMarek Lindner2013-01-121-1/+0
| * batman-adv: fix typo in debug messageAntonio Quartulli2013-01-121-1/+1
| * batman-adv: use the const qualifier in hash functionsAntonio Quartulli2013-01-122-2/+2
| * batman-adv: don't compile the BLA switch if not requestedAntonio Quartulli2013-01-122-0/+4
| * batman-adv: remove useless NULL checkAntonio Quartulli2013-01-121-4/+2
| * batman-adv: remove useless blank lines before and after bracketsAntonio Quartulli2013-01-128-29/+0
| * batman-adv: Initialize lockdep class keys for hashesAntonio Quartulli2013-01-123-0/+22
| * batman-adv: remove useless assignment in tt_local_add()Antonio Quartulli2013-01-121-7/+5
| * batman-adv: unify and properly print hex valuesAntonio Quartulli2013-01-123-11/+11
| * batman-adv: print the CRC together with the translation tablesAntonio Quartulli2013-01-121-6/+9
| * batman-adv: improve local translation table outputAntonio Quartulli2013-01-121-4/+23
| * batman-adv: reduce local TT entry timeout to 10 minutesAntonio Quartulli2013-01-121-1/+1
| * batman-adv: Do not add multicast MAC addresses to translation tableLinus Lüssing2013-01-121-1/+2
| * batman-adv: use per_cpu_add helperShan Wei2013-01-121-3/+1
* | ipv6: Store Router Alert option in IP6CB directly.YOSHIFUJI Hideaki / 吉藤英明2013-01-134-5/+8
* | ipv6 xfrm: Use ipv6_addr_hash() in xfrm6_tunnel_spi_hash_byaddr().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-1/+1
* | ipv6 route: Use ipv6_addr_hash() in rt6_info_hash_nhsfn().YOSHIFUJI Hideaki / 吉藤英明2013-01-131-9/+2
* | ipv6: Make ipv6_is_mld() inline and use it from ip6_mc_input().YOSHIFUJI Hideaki / 吉藤英明2013-01-133-46/+28
* | ipv6: Use ipv6_get_dsfield() instead of ipv6_tclass().YOSHIFUJI Hideaki / 吉藤英明2013-01-133-9/+5
* | ipv6: Introduce ip6_flowinfo() to extract flowinfo (tclass + flowlabel).YOSHIFUJI Hideaki / 吉藤英明2013-01-133-7/+13
* | ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel.YOSHIFUJI Hideaki / 吉藤英明2013-01-135-13/+16
|/
* networking/cs89x0.txt: delete stale information about hand patchingPaul Gortmaker2013-01-111-79/+0
* net: splice: fix __splice_segment()Eric Dumazet2013-01-111-13/+15
* gianfar: use more portable i/o accessorsKim Phillips2013-01-111-4/+4
* ipv4: fib: fix a comment.Rami Rosen2013-01-111-1/+1
* net: Export __netdev_pick_tx so that it can be used in modulesAlexander Duyck2013-01-111-0/+1
* tg3: missing break statement in tg3_get_5720_nvram_info()Dan Carpenter2013-01-101-0/+2
* net: Add support for XPS without sysfs being definedAlexander Duyck2013-01-104-22/+21
* net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck2013-01-101-66/+117
* net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck2013-01-101-23/+33
* net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck2013-01-103-143/+173
* net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck2013-01-102-25/+33
* softirq: reduce latenciesEric Dumazet2013-01-101-8/+9
* net_sched: more precise pkt_len computationEric Dumazet2013-01-101-1/+21
* doc: Clarify behavior when sysctl tcp_ecn = 1Vijay Subramanian2013-01-101-2/+3
* bnx2x: align define usage to satisfy static checkersAriel Elior2013-01-101-1/+1
* veth: fix a NULL deref in netif_carrier_offEric Dumazet2013-01-101-1/+3
OpenPOWER on IntegriCloud