summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ssb: add 'ssb_pcihost_set_power_state' functionMiguel Botón2008-01-291-0/+7
* ssb: Fix PCMCIA lowlevel register accessMichael Buesch2008-01-291-1/+2
* ssb: Fix extraction of values from SPROMMichael Buesch2008-01-292-16/+41
* ieee80211: fix misannotationsAl Viro2008-01-291-3/+3
* [IPV4]: Enable use of 240/4 address space.Jan Engelhardt2008-01-292-3/+4
* [VLAN]: Turn __constant_htons into htons where possiblePatrick McHardy2008-01-291-3/+3
* [VLAN]: Turn VLAN_DEV_INFO into inline functionPatrick McHardy2008-01-291-2/+5
* [VLAN]: Simplify vlan unregistrationPatrick McHardy2008-01-291-0/+1
* [ETHER]: Bring back MAC_FMTPatrick McHardy2008-01-291-0/+1
* [VLAN]: Use dev->statsPatrick McHardy2008-01-291-8/+1Star
* [VLAN]: Kill useless VLAN_NAME definePatrick McHardy2008-01-291-2/+0Star
* [VLAN]: Clean up vlan_hdr/vlan_ethhdr structsPatrick McHardy2008-01-291-10/+23
* [VLAN]: Remove unnecessary structure declarationsPatrick McHardy2008-01-291-5/+0Star
* [NETNS]: Process FIB rule action in the context of the namespace.Denis V. Lunev2008-01-291-0/+1
* [NETNS]: FIB rules API cleanup.Denis V. Lunev2008-01-291-2/+2
* [FIB]: Add netns to fib_rules_ops.Denis V. Lunev2008-01-291-0/+1
* [IrDA]: Irport removal - part 1Adrian Bunk2008-01-291-13/+0Star
* [NETNS]: Consolidate kernel netlink socket destruction.Denis V. Lunev2008-01-291-0/+1
* annotate the rest of drivers/net/wanAl Viro2008-01-291-1/+1
* annotate tunAl Viro2008-01-291-1/+3
* ssb: Remove the old, now unused, data structuresLarry Finger2008-01-292-95/+28Star
* ssb: Convert to use of the new SPROM structureLarry Finger2008-01-292-11/+28
* ssb: Add new SPROM structure while keeping the oldLarry Finger2008-01-292-6/+58
* pasemi: DMA engine management libraryOlof Johansson2008-01-291-0/+76
* pasemi_mac: Move register definitions to include/asm-powerpcOlof Johansson2008-01-291-0/+391
* r6040: cleanupsFrancois Romieu2008-01-291-1/+0Star
* drivers/net/r6040: fix obvious problems (but more remain)Jeff Garzik2008-01-291-0/+3
* add bnx2x driver for BCM57710Eliezer Tamir2008-01-291-0/+1
* [NETNS][DST]: Add the network namespace pointer in dst_opsDaniel Lezcano2008-01-291-0/+1
* [NETNS][DST] dst: pass the dst_ops as parameter to the gc functionsDaniel Lezcano2008-01-291-1/+1
* [NETFILTER]: nf_conntrack: remove print_conntrack function from l3protosPatrick McHardy2008-01-291-3/+0Star
* [NETFILTER]: nf_conntrack: clean up a few header filesPatrick McHardy2008-01-293-19/+4Star
* [NETFILTER]: nf_conntrack_sctp: remove unused ttag field from conntrack dataPatrick McHardy2008-01-291-1/+0Star
* [NETFILTER]: Rename ipt_iprange to xt_iprangeJan Engelhardt2008-01-293-5/+19
* [NETFILTER]: xt_policy: use the new union nf_inet_addrJan Engelhardt2008-01-291-4/+19
* [NETFILTER]: xt_mark match, revision 1Jan Engelhardt2008-01-291-0/+5
* [NETFILTER]: xt_conntrack match, revision 1Jan Engelhardt2008-01-291-1/+15
* [NETFILTER]: Extend nf_inet_addr with in{,6}_addrJan Engelhardt2008-01-291-0/+4
* [NETFILTER]: xt_connmark match, revision 1Jan Engelhardt2008-01-291-0/+5
* [NETFILTER]: xt_MARK target, revision 2Jan Engelhardt2008-01-291-0/+4
* [NETFILTER]: xt_CONNMARK target, revision 1Jan Engelhardt2008-01-291-0/+5
* [NETFILTER]: Annotate start of kernel fields in NF headersJan Engelhardt2008-01-298-2/+12
* [IPV4]: fib hash|trie initializationStephen Hemminger2008-01-291-2/+3
* [IPV4]: Remove extra argument from arp_ignore.Denis V. Lunev2008-01-291-1/+1
* [ARP]: neigh_parms_put(destroy) are essentially local to core/neighbour.c.Denis V. Lunev2008-01-291-7/+0Star
* [IPV4]: fib_rules_unregister is essentially void.Denis V. Lunev2008-01-291-1/+1
* [NETNS][RAW]: Make /proc/net/raw(6) show per-namespace socket list.Pavel Emelyanov2008-01-291-1/+2
* [XFRM]: Fix struct xfrm_algo code formatting.David S. Miller2008-01-291-2/+2
* [XFRM]: alg_key_len should be unsigned to avoid integer dividesEric Dumazet2008-01-291-1/+1
* [TCP]: Uninline tcp_is_cwnd_limitedIlpo Järvinen2008-01-291-21/+1Star