summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ieee80211: beacon->capability is little-endianAl Viro2008-01-291-20/+19Star
* ieee80211: fix misannotationsAl Viro2008-01-293-19/+19
* ieee80211softmac_auth_resp() fixAl Viro2008-01-291-3/+3
* several missing cpu_to_le16() in ieee80211softmac_capabilities()Al Viro2008-01-291-5/+5
* eliminate byteswapping in struct ieee80211_qos_parametersAl Viro2008-01-291-3/+3
* [IPV4]: Enable use of 240/4 address space.Jan Engelhardt2008-01-293-8/+8
* [NET] gen_estimator: gen_replace_estimator() cosmetic changesJarek Poplawski2008-01-291-7/+6Star
* [PKT_SCHED] net: add sparse annotation to ptype_seq_start/stopStephen Hemminger2008-01-291-0/+2
* [PKT_SCHED] net classifier: style cleanup'sStephen Hemminger2008-01-292-87/+73Star
* [PKT_SCHED] sch_atm: style cleanupStephen Hemminger2008-01-291-74/+65Star
* [PKT_SCHED] dsmark: checkpatch warning cleanupStephen Hemminger2008-01-291-39/+40
* [PKT_SCHED] dsmark: handle cloned and non-linear skb'sStephen Hemminger2008-01-291-4/+15
* [PKT_SCHED] dsmark: Use hweight32() instead of convoluted loop.David S. Miller2008-01-291-12/+3Star
* [PKT_SCHED] dsmark: get rid of wrappersStephen Hemminger2008-01-291-49/+34Star
* [IPV6]: addrconf sparse warningsStephen Hemminger2008-01-291-1/+3
* [NET_SCHED]: kill obsolete NET_CLS_POLICE optionPatrick McHardy2008-01-291-9/+0Star
* [VLAN]: Move protocol determination to seperate functionPavel Emelyanov2008-01-291-28/+35
* [VLAN]: Clean up vlan_skb_recv()Patrick McHardy2008-01-291-89/+24Star
* [VLAN]: Update list addressPatrick McHardy2008-01-292-2/+2
* [VLAN]: checkpatch cleanupsPatrick McHardy2008-01-295-84/+89
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-294-46/+46
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-293-63/+22Star
* [VLAN]: Clean up unregister_vlan_devPatrick McHardy2008-01-291-40/+32Star
* [VLAN]: Clean up initialization codePatrick McHardy2008-01-292-92/+70Star
* [VLAN]: Remove non-implemented ioctlsPatrick McHardy2008-01-291-22/+1Star
* [VLAN]: Clean up debugging and printksPatrick McHardy2008-01-294-138/+30Star
* [VLAN]: Kill useless checkPatrick McHardy2008-01-291-18/+0Star
* [VLAN]: Move device setup to vlan_dev.cPatrick McHardy2008-01-293-108/+86Star
* [VLAN]: Use dev->statsPatrick McHardy2008-01-293-10/+5Star
* [VLAN]: Kill useless VLAN_NAME definePatrick McHardy2008-01-291-2/+2
* [NET_SCHED]: sch_ingress: remove useless printkPatrick McHardy2008-01-291-8/+1Star
* [NET_SCHED]: sch_ingress: avoid a few #ifdefsPatrick McHardy2008-01-291-12/+4Star
* [NET_SCHED]: sch_ingress: move dependencies to KconfigPatrick McHardy2008-01-292-10/+2Star
* [NET_SCHED]: sch_ingress: remove unnecessary opsPatrick McHardy2008-01-291-24/+0Star
* [NET_SCHED]: sch_ingress: return proper error code in ingress_graft()Patrick McHardy2008-01-291-1/+1
* [NET_SCHED]: sch_ingress: remove unused inner qdiscPatrick McHardy2008-01-291-4/+0Star
* [NET_SCHED]: sch_ingress: remove qdisc_priv() wrapperPatrick McHardy2008-01-291-6/+4Star
* [NET_SCHED]: sch_ingress: remove excessive debuggingPatrick McHardy2008-01-291-76/+3Star
* [NET_SCHED]: sch_ingress: formatting fixesPatrick McHardy2008-01-291-64/+39Star
* [PKT_SCHED] SFQ: whitespace cleanupStephen Hemminger2008-01-291-17/+25
* [PKT_SCHED] SFQ: use net_randomStephen Hemminger2008-01-291-3/+3
* [PKT_SCHED] SFQ: timer is deferrableStephen Hemminger2008-01-291-1/+3
* [NETNS]: Process FIB rule action in the context of the namespace.Denis V. Lunev2008-01-292-1/+3
* [NETNS]: FIB rules API cleanup.Denis V. Lunev2008-01-294-14/+20
* [FIB]: Add netns to fib_rules_ops.Denis V. Lunev2008-01-293-0/+4
* [SCTP]: Correctly initialize error when parameter validation failed.Vlad Yasevich2008-01-291-3/+2Star
* [IrDA]: Irport removal - part 1Adrian Bunk2008-01-291-168/+1Star
* [IrDA]: Frame length validation.Robie Basak2008-01-292-0/+25
* [IrDA]: Resend frames on timeout.Robie Basak2008-01-291-3/+9
* [NETNS]: Namespace stop vs 'ip r l' race.Denis V. Lunev2008-01-293-19/+18Star