summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [IrDA]: Netlink layer.Samuel Ortiz2007-07-116-5/+247
* [NET]: Allow group ownership of TUN/TAP devices.Guido Guenther2007-07-112-2/+15
* [NET_SCHED]: Remove unnecessary includesPatrick McHardy2007-07-1133-308/+14
* [NET_SCHED]: sch_htb: use generic estimatorPatrick McHardy2007-07-111-61/+24
* [NET_SCHED]: Remove unnecessary stats_lock pointersPatrick McHardy2007-07-116-24/+12
* [NET_SCHED]: Remove CONFIG_NET_ESTIMATOR optionPatrick McHardy2007-07-117-60/+0
* [PKTGEN]: IPSEC supportJamal Hadi Salim2007-07-111-2/+152
* [XFRM] Introduce standalone SAD lookupJamal Hadi Salim2007-07-112-0/+35
* [PKTGEN]: Introduce sequential flowsJamal Hadi Salim2007-07-111-8/+52
* [PKTGEN]: Centralize packet overhead trackingJamal Hadi Salim2007-07-111-12/+15
* [MAC80211]: Set low initial rate in rc80211_simpleLarry Finger2007-07-111-5/+7
* [TCP]: SACK fastpath did override adjusted fackets_outIlpo Järvinen2007-07-111-0/+8
* [NET]: Fix secondary unicast/multicast address count maintenancePatrick McHardy2007-07-113-20/+16
* [SCHED]: Qdisc changes and sch_rr added for multiqueuePeter P Waskiewicz Jr2007-07-113-15/+134
* [CORE] Stack changes to add multiqueue hardware support APIPeter P Waskiewicz Jr2007-07-1110-30/+158
* [NET]: [DOC] Multiqueue hardware support documentationPeter P Waskiewicz Jr2007-07-111-0/+111
* [NET]: Fix TX checksum feature checkHerbert Xu2007-07-111-5/+5
* [L2TP]: Add PPPoL2TP in-kernel documentationJames Chapman2007-07-111-0/+169
* [L2TP]: Add PPPoL2TP maintainerJames Chapman2007-07-111-0/+5
* [PPPOL2TP]: Use proper printf format specifier for size_t.David S. Miller2007-07-111-2/+2
* [L2TP]: PPP over L2TP driver coreJames Chapman2007-07-113-0/+2500
* [L2TP]: Changes to existing ppp and socket kernel headers for L2TPJames Chapman2007-07-115-2/+101
* [UDP]: Introduce UDP encapsulation type for L2TPJames Chapman2007-07-112-4/+29
* [NET]: dev: secondary unicast address supportPatrick McHardy2007-07-113-54/+139
* [NET]: dev_mcast: switch to generic net_device address listsPatrick McHardy2007-07-112-91/+22
* [NET]: dev: introduce generic net_device address listsPatrick McHardy2007-07-112-0/+80
* [NET]: dev_mcast: unexport dev_mc_uploadPatrick McHardy2007-07-112-4/+0
* [NET]: IPV6 checksum offloading in network devicesStephen Hemminger2007-07-119-17/+49
* [XFRM]: Add module alias for transformation type.Masahide NAKAMURA2007-07-1110-1/+20
* [IPV6] MIP6: Loadable module support for MIPv6.Masahide NAKAMURA2007-07-1118-46/+88
* [IPV6] MIP6: Kill unnecessary ifdefs.Masahide NAKAMURA2007-07-114-12/+2
* [RTNETLINK]: Fix rtnetlink compat attribute patchPatrick McHardy2007-07-112-7/+9
* [RTNETLINK]: Add nested compat attributePatrick McHardy2007-07-112-0/+30
* [NETLINK]: attr: add nested compat attribute typePatrick McHardy2007-07-112-0/+95
* [SKBUFF]: Keep track of writable header len of headerless clonesPatrick McHardy2007-07-113-5/+25
* [NET]: qdisc_restart - couple of optimizations.Krishna Kumar2007-07-111-4/+1
* [NET]: qdisc_restart - readability changes plus one bug fix.Krishna Kumar2007-07-111-81/+86
* [CCID3]: Fix a bug in the send time processingGerrit Renker2007-07-111-1/+1
* [CCID3]: Sending time: update to ktime_tGerrit Renker2007-07-112-22/+16
* [KTIME]: Introduce ktime_add_usArnaldo Carvalho de Melo2007-07-111-0/+5
* [KTIME]: Introduce ktime_us_deltaGerrit Renker2007-07-111-0/+5
* loss_interval: make struct dccp_li_hist_entry privateArnaldo Carvalho de Melo2007-07-112-10/+9
* loss_interval: Nuke dccp_li_histArnaldo Carvalho de Melo2007-07-113-86/+36
* loss_interval: Make dccp_li_hist_entry_{new,delete} privateArnaldo Carvalho de Melo2007-07-112-14/+14
* loss_interval: unexport dccp_li_hist_interval_newArnaldo Carvalho de Melo2007-07-112-7/+3
* [DCCP] loss_interval: Move ccid3_hc_rx_update_li to loss_intervalArnaldo Carvalho de Melo2007-07-113-170/+176
* [CCID3]: Pass ccid3_li_hist to ccid3_hc_rx_update_liArnaldo Carvalho de Melo2007-07-111-6/+6
* Remove accesses to ccid3_hc_rx_sock in ccid3_hc_rx_{update,calc_first}_liArnaldo Carvalho de Melo2007-07-111-21/+41
* loss_interval: Fix timeval initialisationIan McDonald2007-07-111-1/+1
* Fix dccp_sum_coverageIan McDonald2007-07-111-2/+2