summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* [DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymoreArnaldo Carvalho de Melo2007-10-114-20/+0
* [DCCP] options: convert dccp_insert_option_timestamp to ktime_tArnaldo Carvalho de Melo2007-10-111-5/+1
* [DCCP]: Convert dccps_timestamp_time to ktime_tArnaldo Carvalho de Melo2007-10-111-8/+5
* [DCCP] packet_history: Convert dccphtx_tstamp to ktime_tArnaldo Carvalho de Melo2007-10-112-6/+4
* [DCCP] packet_history: convert dccphrx_tstamp to ktime_tArnaldo Carvalho de Melo2007-10-114-18/+14
* [DCCP] ackvec: Convert to ktime_tArnaldo Carvalho de Melo2007-10-112-8/+7
* [DCCP] CCID3: Stop using dccp_timestampArnaldo Carvalho de Melo2007-10-111-7/+4
* [DCCP]: Convert dccp_sample_rtt to ktime_tArnaldo Carvalho de Melo2007-10-113-30/+23
* [DCCP]: Convert ccid3hcrx_tstamp_last_feedback to ktime_tArnaldo Carvalho de Melo2007-10-112-9/+12
* [DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_tArnaldo Carvalho de Melo2007-10-112-9/+15
* [DCCP]: Convert ccid3hctx_t_ld to ktime_tArnaldo Carvalho de Melo2007-10-112-9/+6
* [DCCP]: Make ccid3_hc_tx_update_x get a timestamp if neededArnaldo Carvalho de Melo2007-10-111-14/+16
* [SCTP]: Rewrite of sctp buffer management codeNeil Horman2007-10-117-68/+160
* [ETHTOOL]: Internal cleanup of ethtool_value-related handlersJeff Garzik2007-10-111-160/+39
* [ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGSJeff Garzik2007-10-111-0/+38
* [ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_countJeff Garzik2007-10-111-25/+70
* [ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctlsJeff Garzik2007-10-111-0/+61
* [NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma2007-10-111-19/+25
* [IPV4] fib_trie: macro cleanupStephen Hemminger2007-10-111-7/+11
* [IPV4] fib_trie: cleanupStephen Hemminger2007-10-111-32/+36
* [TCP]: Move sack_ok access to obviously named funcs & cleanupIlpo Järvinen2007-10-115-42/+52
* [TCP]: Reduce sacked_out with reno when purging write_queueIlpo Järvinen2007-10-111-8/+7
* [TCP]: Keep state in Disorder also if only lost_out > 0Ilpo Järvinen2007-10-111-1/+1
* [TCP]: Restore over-zealous tcp_sync_left_out-like removalsIlpo Järvinen2007-10-111-0/+4
* [TCP]: Left out sync->verify (the new meaning of it) & definifyIlpo Järvinen2007-10-112-12/+12
* [TCP]: Add tcp_left_out(tp) "back" to get cleaner looking linesIlpo Järvinen2007-10-111-1/+1
* [TCP]: Tighten tcp_sock's belt, drop left_outIlpo Järvinen2007-10-113-19/+5
* [TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedIlpo Järvinen2007-10-112-2/+2
* [TCP]: Add tcp_dec_pcount_approx int variantIlpo Järvinen2007-10-111-9/+3
* [TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove itIlpo Järvinen2007-10-113-0/+106
* [TCP]: Access to highest_sack obsoletes forward_cnt_hintIlpo Järvinen2007-10-111-14/+9
* [TCP] FRTO: remove unnecessary fackets/sacked_out recountingIlpo Järvinen2007-10-111-16/+7
* [TCP]: Move Reno SACKed_out counter functions earlierIlpo Järvinen2007-10-111-51/+47
* [TCP]: Extract DSACK detection code from tcp_sacktag_write_queue().David S. Miller2007-10-111-20/+36
* [TCP]: Rexmit hint must be cleared instead of setting itIlpo Järvinen2007-10-111-1/+1
* [TCP]: Extracted rexmit hint clearing from the LOST marking codeIlpo Järvinen2007-10-111-15/+16
* [TCP]: Add highest_sack seqno, points to globally highest SACKIlpo Järvinen2007-10-111-1/+7
* [NEIGH]: Netlink notificationsThomas Graf2007-10-111-20/+13
* [NEIGH]: Combine neighbour cleanup and releaseThomas Graf2007-10-111-14/+13
* [NET]: Generic Large Receive Offload for TCP trafficJan-Bernd Themann2007-10-113-0/+609
* [RTNETLINK]: Introduce generic rtnl_create_link().Pavel Emelianov2007-10-111-30/+53
* [NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger2007-10-115-109/+143
* [WIRELESS] radiotap parser: accept all other fieldsJohannes Berg2007-10-111-1/+5
* [MAC80211]: Add SIOCGIWTXPOWER routineLarry Finger2007-10-111-1/+15
* [WIRELESS]: Use type safe netlink interfaceThomas Graf2007-10-111-14/+16
* [MAC80211]: fix add_interface monitor mode behaviourJohannes Berg2007-10-111-1/+4
* [MAC80211]: Improve sanity checks on injected packetsAndy Green2007-10-111-20/+28
* [MAC80211]: use more GFP_KERNEL instead of GFP_ATOMICMichael Wu2007-10-111-5/+5
* [MAC80211]: implement ERP info change notificationsDaniel Drake2007-10-114-10/+43
* [MAC80211]: improved short preamble handlingDaniel Drake2007-10-115-24/+74