aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/irda/w83977af_ir.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2006-09-22[SELINUX]: security/selinux/hooks.c: Make 4 functions static.Adrian Bunk1-5/+7
2006-09-22[NETFILTER]: Make unused signal code go away so nobody copies its brokennessAlan Cox1-21/+0
2006-09-22[IPV6]: Add UDP_MIB_{SND,RCV}BUFERRORS handling.David S. Miller1-1/+16
2006-09-22[IPV4]: add the UdpSndbufErrors and UdpRcvbufErrors MIBsMartin Bligh3-1/+19
2006-09-22[DECNET]: cleanupsAdrian Bunk3-9/+7
2006-09-22[TG3]: Constify firmware structsAndreas Mohr1-13/+13
2006-09-22[IPV6] ip6_fib.c: make code staticAdrian Bunk2-30/+24
2006-09-22[DECNET] Fix to decnet rules compare functionSteven Whitehouse1-2/+2
2006-09-22[DECNET] Fix to multiple tables routingSteven Whitehouse1-0/+1
2006-09-22[NET] netdev: Check name lengthStephen Hemminger1-1/+5
2006-09-22[HTB]: rbtree cleanupStephen Hemminger1-7/+27
2006-09-22[HTB]: Use hlist for hash lists.Stephen Hemminger1-22/+27
2006-09-22[HTB]: LindentStephen Hemminger1-475/+526
2006-09-22[HTB]: HTB_HYSTERESIS cleanupStephen Hemminger1-10/+17
2006-09-22[HTB]: Remove lock macro.Stephen Hemminger1-10/+8
2006-09-22[HTB]: Remove broken debug code.Stephen Hemminger1-268/+34
2006-09-22[NET]: Increate RT_TABLE_MAX to 2^32Patrick McHardy1-3/+1
2006-09-22[DECNET]: Increase number of possible routing tables to 2^32Patrick McHardy4-86/+93
2006-09-22[IPV6]: Increase number of possible routing tables to 2^32Patrick McHardy3-147/+159
2006-09-22[IPV4]: Increase number of possible routing tables to 2^32Patrick McHardy5-82/+101
2006-09-22[NET]: Introduce RTA_TABLE/FRA_TABLE attributesPatrick McHardy13-12/+45
2006-09-22[NET]: Use u32 for routing table IDsPatrick McHardy10-31/+31
2006-09-22[NEIGHBOUR]: Use ALIGN() macro.Stephen Hemminger1-1/+1
2006-09-22[NET]: Kill double initialization in sock_alloc_inode.David S. Miller1-1/+0
2006-09-22[NET]: Remove unnecessary config.h includes from net/Dave Jones9-11/+2
2006-09-22[NET]: sock_register interface changesStephen Hemminger2-8/+6
2006-09-22[NET]: socket family using RCUStephen Hemminger1-98/+76
2006-09-22[NET]: drop unused elements from net_proto_familyStephen Hemminger1-5/+0
2006-09-22[NET] socket: code style cleanupStephen Hemminger1-341/+388
2006-09-22[SUNRPC]: Remove the unnecessary check for highmem in xs_sendpages().Sridhar Samudrala1-6/+1
2006-09-22[DECNET]: Convert rwlock to spinlockSteven Whitehouse1-5/+5
2006-09-22[DECNET]: Covert rules to use generic codeSteven Whitehouse9-319/+196
2006-09-22[IPV4]: Use network-order dport for all visible inet_lookup_*Herbert Xu4-26/+43
2006-09-22[IPV4] fib: convert reader/writer to spinlockStephen Hemminger1-10/+10
2006-09-22[IPV6]: Make sure fib6_rule_lookup doesn't return NULLVille Nuorvala1-1/+5
2006-09-22[IPV4]: Uninline inet_lookup_listenerHerbert Xu2-34/+34
2006-09-22[INET]: Remove is_setbyuser patchLouis Nyffenegger2-4/+1
2006-09-22[IPV4]: Kill fib4_rules_clean().David S. Miller2-6/+0
2006-09-22[IPV6]: Protect RTM_GETRULE table entry with IPV6_MULTIPLE_TABLES ifdefDavid S. Miller1-0/+2
2006-09-22[NET]: Make code static.Adrian Bunk7-17/+13
2006-09-22[SUNRPC]: Update to use in-kernel sockets API.Sridhar Samudrala2-28/+18
2006-09-22[NET]: Round out in-kernel sockets APISridhar Samudrala2-0/+132
2006-09-22[NEIGH]: Move netlink neighbour table bits to linux/neighbour.hThomas Graf3-103/+94
2006-09-22[NEIGH]: Convert neighbour table dumping to new netlink apiThomas Graf1-67/+74
2006-09-22[NEIGH]: Convert neighbour table modification to new netlink apiThomas Graf1-68/+104
2006-09-22[NEIGH]: Move netlink neighbour bits to linux/neighbour.hThomas Graf4-102/+67
2006-09-22[NEIGH]: Convert neighbour dumping to new netlink apiThomas Graf1-55/+51
2006-09-22[NEIGH]: Convert neighbour addition to new netlink apiThomas Graf1-39/+51
2006-09-22[NEIGH]: Convert neighbour deletion to new netlink apiThomas Graf1-19/+34
2006-09-22[IPV6]: Fix policy routing lookupPatrick McHardy1-1/+3