summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2007-10-10[DCCP]: Convert ccid3hcrx_tstamp_last_ack to ktime_tArnaldo Carvalho de Melo2-9/+15
2007-10-10[DCCP]: Convert ccid3hctx_t_ld to ktime_tArnaldo Carvalho de Melo2-9/+6
2007-10-10[DCCP]: Make ccid3_hc_tx_update_x get a timestamp if neededArnaldo Carvalho de Melo1-14/+16
2007-10-10[SCTP]: Rewrite of sctp buffer management codeNeil Horman7-68/+160
2007-10-10[ETHTOOL]: Internal cleanup of ethtool_value-related handlersJeff Garzik1-160/+39
2007-10-10[ETHTOOL]: Introduce ->{get,set}_priv_flags, ETHTOOL_[GS]PFLAGSJeff Garzik1-0/+38
2007-10-10[ETHTOOL]: Introduce get_sset_count. Obsolete get_stats_count, self_test_countJeff Garzik1-25/+70
2007-10-10[ETHTOOL]: Add ETHTOOL_[GS]FLAGS sub-ioctlsJeff Garzik1-0/+61
2007-10-10[NET] netconsole: Support dynamic reconfiguration using configfsSatyam Sharma1-19/+25
2007-10-10[IPV4] fib_trie: macro cleanupStephen Hemminger1-7/+11
2007-10-10[IPV4] fib_trie: cleanupStephen Hemminger1-32/+36
2007-10-10[TCP]: Move sack_ok access to obviously named funcs & cleanupIlpo Järvinen5-42/+52
2007-10-10[TCP]: Reduce sacked_out with reno when purging write_queueIlpo Järvinen1-8/+7
2007-10-10[TCP]: Keep state in Disorder also if only lost_out > 0Ilpo Järvinen1-1/+1
2007-10-10[TCP]: Restore over-zealous tcp_sync_left_out-like removalsIlpo Järvinen1-0/+4
2007-10-10[TCP]: Left out sync->verify (the new meaning of it) & definifyIlpo Järvinen2-12/+12
2007-10-10[TCP]: Add tcp_left_out(tp) "back" to get cleaner looking linesIlpo Järvinen1-1/+1
2007-10-10[TCP]: Tighten tcp_sock's belt, drop left_outIlpo Järvinen3-19/+5
2007-10-10[TCP]: Remove num_acked>0 checks from cong.ctrl mods pkts_ackedIlpo Järvinen2-2/+2
2007-10-10[TCP]: Add tcp_dec_pcount_approx int variantIlpo Järvinen1-9/+3
2007-10-10[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove itIlpo Järvinen3-0/+106
2007-10-10[TCP]: Access to highest_sack obsoletes forward_cnt_hintIlpo Järvinen1-14/+9
2007-10-10[TCP] FRTO: remove unnecessary fackets/sacked_out recountingIlpo Järvinen1-16/+7
2007-10-10[TCP]: Move Reno SACKed_out counter functions earlierIlpo Järvinen1-51/+47
2007-10-10[TCP]: Extract DSACK detection code from tcp_sacktag_write_queue().David S. Miller1-20/+36
2007-10-10[TCP]: Rexmit hint must be cleared instead of setting itIlpo Järvinen1-1/+1
2007-10-10[TCP]: Extracted rexmit hint clearing from the LOST marking codeIlpo Järvinen1-15/+16
2007-10-10[TCP]: Add highest_sack seqno, points to globally highest SACKIlpo Järvinen1-1/+7
2007-10-10[NEIGH]: Netlink notificationsThomas Graf1-20/+13
2007-10-10[NEIGH]: Combine neighbour cleanup and releaseThomas Graf1-14/+13
2007-10-10[NET]: Generic Large Receive Offload for TCP trafficJan-Bernd Themann3-0/+609
2007-10-10[RTNETLINK]: Introduce generic rtnl_create_link().Pavel Emelianov1-30/+53
2007-10-10[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger5-109/+143
2007-10-10[WIRELESS] radiotap parser: accept all other fieldsJohannes Berg1-1/+5
2007-10-10[MAC80211]: Add SIOCGIWTXPOWER routineLarry Finger1-1/+15
2007-10-10[WIRELESS]: Use type safe netlink interfaceThomas Graf1-14/+16
2007-10-10[MAC80211]: fix add_interface monitor mode behaviourJohannes Berg1-1/+4
2007-10-10[MAC80211]: Improve sanity checks on injected packetsAndy Green1-20/+28
2007-10-10[MAC80211]: use more GFP_KERNEL instead of GFP_ATOMICMichael Wu1-5/+5
2007-10-10[MAC80211]: implement ERP info change notificationsDaniel Drake4-10/+43
2007-10-10[MAC80211]: improved short preamble handlingDaniel Drake5-24/+74
2007-10-10[MAC80211]: Add LONG_RETRY flag to ieee80211_tx_controlIvo van Doorn1-0/+1
2007-10-10[MAC80211]: STA reassociation improvementsDaniel Drake2-2/+17
2007-10-10[MAC80211]: improve locking of sta_info related structuresMichael Wu7-134/+108
2007-10-10[MAC80211]: introduce util.cJohannes Berg4-447/+472
2007-10-10[MAC80211]: reorder interface related functionsJohannes Berg1-606/+599
2007-10-10[MAC80211]: move some rate control functions out of ieee80211.cJohannes Berg4-43/+48
2007-10-10[MAC80211]: split out some key functions from ieee80211.cJohannes Berg4-62/+78
2007-10-10[MAC80211]: remove some unnecessary includesJohannes Berg1-4/+0
2007-10-10[MAC80211]: split TX path into own fileJohannes Berg4-1849/+1884