summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* xfrm: Mark flowi arg to xfrm_dst_{alloc_copy,update_origin}() const.David S. Miller2011-02-231-2/+2
* xfrm: Mark flowi arg to xfrm_bundle_create() const.David S. Miller2011-02-231-1/+1
* xfrm: Mark flowi arg to xfrm_tmpl_resolve{,_one}() const.David S. Miller2011-02-231-6/+4Star
* xfrm: Mark flowi arg to xfrm_expand_policies() const.David S. Miller2011-02-231-2/+2
* xfrm: Mark flowi arg to xfrm_policy_{lookup_by_type,match}() const.David S. Miller2011-02-231-2/+2
* xfrm: Kill strict arg to xfrm_bundle_ok().David S. Miller2011-02-231-8/+3Star
* net: Mark flowi arg to flow_cache_uli_match() const.David S. Miller2011-02-231-1/+2
* xfrm: Mark flowi arg to xfrm_state_find() const.David S. Miller2011-02-232-3/+5
* xfrm: Mark flowi arg to xfrm_init_tempstate() const.David S. Miller2011-02-231-1/+1
* xfrm: Mark flowi arg to xfrm_state_look_at() const.David S. Miller2011-02-231-1/+1
* xfrm: Mark flowi arg to security_xfrm_state_pol_flow_match() const.David S. Miller2011-02-235-7/+9
* xfrm: Mark flowi arg to xfrm_selector_match() const.David S. Miller2011-02-232-5/+6
* xfrm: Mark token args to addr_match() const.David S. Miller2011-02-231-6/+7
* xfrm: Mark flowi arg to xfrm_type->reject() const.David S. Miller2011-02-233-3/+5
* xfrm: Mark flowi arg to ->init_tempsel() const.David S. Miller2011-02-233-3/+4
* xfrm: Mark flowi arg to ->fill_dst() const.David S. Miller2011-02-234-4/+4
* xfrm: Mark flowi arg to ->get_tos() const.David S. Miller2011-02-234-4/+4
* xfrm: Mark flowi arg const in key extraction helpers.David S. Miller2011-02-231-6/+6
* cls_u32: fix sparse warningsstephen hemminger2011-02-221-6/+6
* Merge branch 'net/ax88796' of git://git.pengutronix.de/git/mkl/linux-2.6David S. Miller2011-02-222-419/+395Star
|\
| * ax88796: use generic mdio_bitbang driverMarc Kleine-Budde2011-02-212-200/+196Star
| * ax88796: clean up probe and remove functionMarc Kleine-Budde2011-02-211-44/+31Star
| * ax88796: make pointer to platform data constMarc Kleine-Budde2011-02-211-1/+1
| * ax88796: remove platform_device member from struct ax_deviceMarc Kleine-Budde2011-02-211-4/+2Star
| * ax88796: use netdev_<LEVEL> instead of dev_<LEVEL> and pr_<LEVEL>Marc Kleine-Budde2011-02-211-26/+20Star
| * ax88796: remove first_init parameter from ax_init_dev()Marc Kleine-Budde2011-02-211-25/+19Star
| * ax88796: remove memset of private dataMarc Kleine-Budde2011-02-211-2/+0Star
| * ax88796: don't use magic ei_status to acces private dataMarc Kleine-Budde2011-02-211-39/+42
| * ax88796: fix codingstyle and checkpatch warningsMarc Kleine-Budde2011-02-211-128/+134
* | be2net: use hba_port_num instead of port_numAjit Khaparde2011-02-226-6/+124
* | be2net: add code to display temperature of ASICAjit Khaparde2011-02-224-2/+76
* | be2net: fix to ignore transparent vlan ids wrongly indicated by NICAjit Khaparde2011-02-224-0/+34
* | be2net: variable name changeAjit Khaparde2011-02-223-4/+4
* | be2net: fixes in ethtool selftestAjit Khaparde2011-02-221-2/+3
* | be2net: add new counters to display via ethtool statsAjit Khaparde2011-02-222-4/+21
* | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh...David S. Miller2011-02-225-7/+180
|\ \
| * | sfc: Implement hardware acceleration of RFSBen Hutchings2011-02-174-2/+169
| * | sfc: Limit filter search depth further for performance hints (i.e. RFS)Ben Hutchings2011-02-171-4/+9
| * | net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLEBen Hutchings2011-02-151-1/+2
* | | net: add __rcu annotations to sk_wq and wqEric Dumazet2011-02-226-30/+46
* | | Merge branch 'fec' of git://git.pengutronix.de/git/ukl/linux-2.6David S. Miller2011-02-221-2/+0Star
|\ \ \
| * | | net/fec: remove unused driver dataUwe Kleine-König2011-02-171-2/+0Star
* | | | sh: sh_eth: Add support ethtoolNobuhiro Iwamatsu2011-02-221-19/+189
| |_|/ |/| |
* | | sctp: fix compile warnings in sctp_tsnmap_num_gabsShan Wei2011-02-201-1/+1
* | | tcp: Remove debug macro of TCP_CHECK_TIMERShan Wei2011-02-205-23/+0Star
* | | tcp: document tcp_max_ssthresh (Limited Slow-Start)Ilpo Järvinen2011-02-201-0/+11
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-02-20936-7423/+10332
|\ \ \
| * | | sctp: fix reporting of unknown parametersJiri Bohac2011-02-201-5/+5
| * | | net: dcb: match dcb_app protocol field with 802.1Qaz specJohn Fastabend2011-02-201-1/+1
| * | | tcp: fix inet_twsk_deschedule()Eric Dumazet2011-02-201-0/+2