aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_bic.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-25xfrm: Store aalg in xfrm_state with a user specified truncation lengthMartin Willi3-10/+133
2009-11-25xfrm: Define new XFRM netlink auth attribute with specified truncation bitsMartin Willi1-0/+8
2009-11-25net: convert /proc/net/rt_acct to seq_fileAlexey Dobriyan1-35/+33
2009-11-25net: use net_eq to compare netsOctavian Purdila46-72/+74
2009-11-24net/ipv6: Move && and || to end of previous lineJoe Perches1-4/+4
2009-11-24sfc: Log interrupt and reset type names, not numbersBen Hutchings6-28/+69
2009-11-24sfc: Combine high-level header filesBen Hutchings9-87/+25
2009-11-24sfc: Remove redundant efx_xmit() functionBen Hutchings3-25/+8
2009-11-24sfc: Remove unnecessary casts to struct sk_buff *Ben Hutchings1-3/+3
2009-11-24sfc: Gather link state fields in struct efx_nic into new struct efx_link_stateBen Hutchings10-53/+68
2009-11-24sfc: Move all I2C stuff into struct falcon_boardBen Hutchings4-24/+29
2009-11-24sfc: Move struct falcon_board into struct falcon_nic_dataBen Hutchings4-38/+39
2009-11-24sfc: Move definition of struct falcon_nic_data into falcon.hBen Hutchings2-11/+11
2009-11-24sfc: Make board information explicitly Falcon-specificBen Hutchings8-75/+88
2009-11-24sfc: Rename efx_board::init_leds to init_phy and use for SFN4111TBen Hutchings5-27/+33
2009-11-24sfc: Use a single blink implementationBen Hutchings8-77/+62
2009-11-24sfc: SFT9001: Reset LED configuration correctly after blinkingBen Hutchings1-4/+7
2009-11-24sfc: Record RX queue number on GRO pathBen Hutchings1-2/+4
2009-11-24sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()Ben Hutchings1-12/+14
2009-11-24sfc: Remove ridiculously paranoid assertionsBen Hutchings1-3/+0
2009-11-24sfc: Remove redundant gotos from __efx_rx_packet()Ben Hutchings1-5/+2
2009-11-24sfc: Remove pointless abstraction of memory BAR number (2)Ben Hutchings1-2/+0
2009-11-23ath9k: set ps_default as falseJohn W. Linville1-0/+2
2009-11-23ssb: Fix range check in sprom writeMichael Buesch1-4/+16
2009-11-23ssb: Fix SPROM writingMichael Buesch3-70/+78
2009-11-23rndis_wlan: disable stall workaroundJussi Kivilinna1-3/+3
2009-11-23rndis_wlan: fix buffer overflow in rndis_query_oidJussi Kivilinna1-2/+3
2009-11-23mac80211: Fix missing kernel-doc notationJaswinder Singh Rajput1-1/+1
2009-11-23iwlwifi: remove reset led_tpt from iwl_leds_init()Wey-Yi Guy1-1/+0
2009-11-23iwlwifi: change message for cmd queue full errorWey-Yi Guy1-1/+1
2009-11-23iwlwifi: print limited number of event log when uCode errorWey-Yi Guy6-37/+130
2009-11-23iwlwifi: Tell the ucode immediately when association state changesJay Sternberg1-0/+10
2009-11-23iwlwifi: dump error log when uCode error occurredWey-Yi Guy3-7/+4
2009-11-23iwlwifi: by default, dump entire sram data portionWey-Yi Guy1-3/+11
2009-11-23iwlwifi: update supported PCI_ID list for 5xx0 seriesWey-Yi Guy3-22/+84
2009-11-23iwlwifi: separate IO tracingJohannes Berg1-1/+4
2009-11-23iwlwifi: fix reserved2 field in iwl4965_addstaWey-Yi Guy1-1/+1
2009-11-23iwlwifi: dynamically allocate buffer for sram debugfs fileWey-Yi Guy1-2/+13
2009-11-23iwlwifi: increase tx_queue debugfs buffer sizeWey-Yi Guy1-1/+1
2009-11-23iwlwifi: set read/write permission for debugfs filesWey-Yi Guy2-33/+33
2009-11-23iwl3945: removed unused struct and definitionsReinette Chatre2-17/+0
2009-11-23iwlwifi: reset led_tpt when clear tx/rx traffic byte countsWey-Yi Guy4-38/+18
2009-11-23iwlwifi: set sm_ps_mode as part of cfg parametersWey-Yi Guy8-34/+30
2009-11-23iwlwifi: control led while update tx/rx bytes countsWey-Yi Guy3-2/+2
2009-11-23iwlagn: Use iwl_write8() for CSR_INT_COALESCING registerBen Cahill4-9/+22
2009-11-23iwlwifi: Add iwl_write8()Ben Cahill3-0/+37
2009-11-23mac80211: fix rcu lockingJohannes Berg1-1/+3
2009-11-23ath5k: Fix I/Q calibrationLukáš Turek1-2/+2
2009-11-23mac80211: remove dead struct memberJohannes Berg1-1/+0
2009-11-23b43: Rewrite DMA Tx status handling sanity checksMichael Buesch2-14/+59