summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* x86: Work around compiler code generation bug with -OsLinus Torvalds2006-01-151-3/+3
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-155-13/+13
* [NETFILTER] x-tables: Missing linux/ipv6.h includes.David S. Miller2006-01-142-0/+2
* [PKT_SCHED]: Change default clock source to gettimeofdayPatrick McHardy2006-01-131-1/+1
* [XFRM]: IPsec tunnel wildcard address supportPatrick McHardy2006-01-132-0/+32
* [NET]: Clean up comments for sk_chk_filter()Kris Katterjohn2006-01-131-7/+3Star
* [NET]: Use NIP6_FMT in kernel.hJoe Perches2006-01-1315-51/+32Star
* [PATCH] genetlink: don't touch module ref countPer Liden2006-01-132-8/+0Star
* [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tablesHarald Welte2006-01-1298-3446/+2646Star
* [TIPC]: Fix 64-bit build warnings.David S. Miller2006-01-123-6/+9
* [TIPC] More updates of file headersPer Liden2006-01-1238-37/+38
* [TIPC] Update of file headersPer Liden2006-01-1244-87/+43Star
* [TIPC] Cleaned up info/warn/err macrosPer Liden2006-01-124-7/+7
* [TIPC] License header updatePer Liden2006-01-1244-762/+938
* [TIPC] Moved configuration interface into tipc_config.hPer Liden2006-01-122-0/+2
* [TIPC} Fixed bug in disc_timeout()Jon Maloy2006-01-122-27/+5Star
* [TIPC] Use dynamically allocated family id with NETLINK_GENERICPer Liden2006-01-121-2/+2
* [TIPC] Initial mergePer Liden2006-01-1248-0/+18191
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-1265-1/+69
* [PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_META descriptionAdrian Bunk2006-01-121-1/+1
* [PKT_SCHED] ematch: Remove bogus include.Evgeniy Polyakov2006-01-121-1/+0Star
* [NET]: Fix diverter build.Evgeniy Polyakov2006-01-121-1/+1
* [NET]: Remove more unneeded typecasts on *malloc()Kris Katterjohn2006-01-1216-41/+34Star
* [IPV6]: Avoid calling ip6_xmit() with NULL skDavid Woodhouse2006-01-121-2/+18
* [NETFILTER]: ip_ct_proto_gre_fini() cannot be __exitDavid S. Miller2006-01-122-2/+5
* [NET]: Some more missing include/etherdevice.h includesDavid S. Miller2006-01-122-0/+2
* [IPV6]: Fix modular build with netfilter enabled.David S. Miller2006-01-112-2/+6
* Fix net/core/wireless.c link failureLinus Torvalds2006-01-111-0/+1
* netfilter: headers included twiceNicolas Kaiser2006-01-114-5/+0Star
* [EBTABLES] Don't match tcp/udp source/destination port for IP fragmentsBart De Schuymer2006-01-101-0/+3
* [NET]: Remove unneeded kmalloc() return value castsJesper Juhl2006-01-102-3/+3
* [RXRPC]: Decrease number of pointer derefs in connection.cJesper Juhl2006-01-101-6/+8
* [AF_NETLINK]: Fix DoS in netlink_rcv_skb()Martin Murray2006-01-101-1/+1
* [NETFILTER]: Fix timeout sysctls on big-endian 64bit architecturesPatrick McHardy2006-01-1013-73/+73
* [NETFILTER]: Remove unused function from NAT protocol helpersPatrick McHardy2006-01-105-160/+0Star
* [NETFILTER]: Fix return value confusion in PPTP NAT helperPatrick McHardy2006-01-101-23/+13Star
* [NETFILTER]: Fix another crash in ip_nat_pptpPatrick McHardy2006-01-101-30/+27Star
* [NETFILTER]: Fix crash in ip_nat_pptpPatrick McHardy2006-01-101-1/+1
* [NETFILTER]: net/ipv[46]/netfilter.c cleanupsPatrick McHardy2006-01-104-32/+6Star
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-1011-25/+26
* Fix rpc shutdown event condition bugLinus Torvalds2006-01-101-1/+1
* [PATCH] TTY layer buffering revampAlan Cox2006-01-101-7/+2Star
* [PATCH] nfs: sleep_on() removalIngo Molnar2006-01-101-1/+2
* [PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_statsAndrey Borzenkov2006-01-101-9/+19
* Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6Linus Torvalds2006-01-102-31/+31
|\
| * [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_semJes Sorensen2006-01-102-31/+31
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-01-102-4/+4
|\ \
| * | spelling: s/trough/through/Adrian Bunk2006-01-102-4/+4
| |/
* | [INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo2006-01-091-10/+24
* | [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo2006-01-091-47/+111