aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-28[VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy4-46/+46
2008-01-28[VLAN]: Simplify vlan unregistrationPatrick McHardy3-63/+22
2008-01-28[VLAN]: Clean up unregister_vlan_devPatrick McHardy1-40/+32
2008-01-28[VLAN]: Clean up initialization codePatrick McHardy2-92/+70
2008-01-28[VLAN]: Remove non-implemented ioctlsPatrick McHardy1-22/+1
2008-01-28[VLAN]: Clean up debugging and printksPatrick McHardy4-138/+30
2008-01-28[VLAN]: Kill useless checkPatrick McHardy1-18/+0
2008-01-28[VLAN]: Move device setup to vlan_dev.cPatrick McHardy3-108/+86
2008-01-28[VLAN]: Use dev->statsPatrick McHardy3-10/+5
2008-01-28[VLAN]: Kill useless VLAN_NAME definePatrick McHardy1-2/+2
2008-01-28[NET_SCHED]: sch_ingress: remove useless printkPatrick McHardy1-8/+1
2008-01-28[NET_SCHED]: sch_ingress: avoid a few #ifdefsPatrick McHardy1-12/+4
2008-01-28[NET_SCHED]: sch_ingress: move dependencies to KconfigPatrick McHardy2-10/+2
2008-01-28[NET_SCHED]: sch_ingress: remove unnecessary opsPatrick McHardy1-24/+0
2008-01-28[NET_SCHED]: sch_ingress: return proper error code in ingress_graft()Patrick McHardy1-1/+1
2008-01-28[NET_SCHED]: sch_ingress: remove unused inner qdiscPatrick McHardy1-4/+0
2008-01-28[NET_SCHED]: sch_ingress: remove qdisc_priv() wrapperPatrick McHardy1-6/+4
2008-01-28[NET_SCHED]: sch_ingress: remove excessive debuggingPatrick McHardy1-76/+3
2008-01-28[NET_SCHED]: sch_ingress: formatting fixesPatrick McHardy1-64/+39
2008-01-28[PKT_SCHED] SFQ: whitespace cleanupStephen Hemminger1-17/+25
2008-01-28[PKT_SCHED] SFQ: use net_randomStephen Hemminger1-3/+3
2008-01-28[PKT_SCHED] SFQ: timer is deferrableStephen Hemminger1-1/+3
2008-01-28[NETNS]: Process FIB rule action in the context of the namespace.Denis V. Lunev2-1/+3
2008-01-28[NETNS]: FIB rules API cleanup.Denis V. Lunev4-14/+20
2008-01-28[FIB]: Add netns to fib_rules_ops.Denis V. Lunev3-0/+4
2008-01-28[SCTP]: Correctly initialize error when parameter validation failed.Vlad Yasevich1-3/+2
2008-01-28[IrDA]: Irport removal - part 1Adrian Bunk1-168/+1
2008-01-28[IrDA]: Frame length validation.Robie Basak2-0/+25
2008-01-28[IrDA]: Resend frames on timeout.Robie Basak1-3/+9
2008-01-28[NETNS]: Namespace stop vs 'ip r l' race.Denis V. Lunev3-19/+18
2008-01-28[NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev11-15/+26
2008-01-28[NETNS]: Memory leak on network namespace stop.Denis V. Lunev2-2/+2
2008-01-28[NETNS]: Double free in netlink_release.Denis V. Lunev1-3/+7
2008-01-28[IPV6]: Fix ip6_frag ctlDaniel Lezcano1-0/+3
2008-01-28wireless: fix '!x & y' typo'sRoel Kluin1-1/+1
2008-01-28[BRIDGE]: Remove unused include of a header file in ebtables.cRami Rosen1-2/+0
2008-01-28[SCTP]: Fix build warning in sctp_sf_do_5_1C_ack().David S. Miller1-1/+1
2008-01-28[NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano6-10/+10
2008-01-28[IPV4] FIB_HASH: Reduce memory needs and speedup lookupsEric Dumazet2-14/+23
2008-01-28[FIB]: Fix rcu_dereference() abuses in fib_trie.cEric Dumazet1-12/+21
2008-01-28[ROSE]: Supress sparse warningsEric Dumazet3-6/+14
2008-01-28[ATM]: Suppress some sparse warningsEric Dumazet3-1/+5
2008-01-28[APPLETALK]: Annotations to clear sparse warningsEric Dumazet2-0/+8
2008-01-28[NETFILTER]: nf_conntrack: make print_conntrack function optional for l4protosPatrick McHardy7-44/+2
2008-01-28[NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy5-27/+0
2008-01-28[NETFILTER]: nf_conntrack: clean up a few header filesPatrick McHardy1-3/+2
2008-01-28[NETFILTER]: kill nf_sysctl.cPatrick McHardy4-26/+19
2008-01-28[NETFILTER]: nf_conntrack_sctp: remove timeout indirectionPatrick McHardy1-33/+24
2008-01-28[NETFILTER]: nf_conntrack_sctp: replace magic value by symbolic constantPatrick McHardy1-1/+1
2008-01-28[NETFILTER]: nf_conntrack_sctp: don't take sctp_lock once per chunkPatrick McHardy1-3/+2