| Commit message (Expand) | Author | Age | Files | Lines |
* | x86: Work around compiler code generation bug with -Os | Linus Torvalds | 2006-01-14 | 1 | -3/+3 |
* | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 2006-01-14 | 5 | -13/+13 |
* | [NETFILTER] x-tables: Missing linux/ipv6.h includes. | David S. Miller | 2006-01-13 | 2 | -0/+2 |
* | [PKT_SCHED]: Change default clock source to gettimeofday | Patrick McHardy | 2006-01-13 | 1 | -1/+1 |
* | [XFRM]: IPsec tunnel wildcard address support | Patrick McHardy | 2006-01-13 | 2 | -0/+32 |
* | [NET]: Clean up comments for sk_chk_filter() | Kris Katterjohn | 2006-01-13 | 1 | -7/+3 |
* | [NET]: Use NIP6_FMT in kernel.h | Joe Perches | 2006-01-13 | 15 | -51/+32 |
* | [PATCH] genetlink: don't touch module ref count | Per Liden | 2006-01-13 | 2 | -8/+0 |
* | [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables | Harald Welte | 2006-01-12 | 98 | -3446/+2646 |
* | [TIPC]: Fix 64-bit build warnings. | David S. Miller | 2006-01-12 | 3 | -6/+9 |
* | [TIPC] More updates of file headers | Per Liden | 2006-01-12 | 38 | -37/+38 |
* | [TIPC] Update of file headers | Per Liden | 2006-01-12 | 44 | -87/+43 |
* | [TIPC] Cleaned up info/warn/err macros | Per Liden | 2006-01-12 | 4 | -7/+7 |
* | [TIPC] License header update | Per Liden | 2006-01-12 | 44 | -762/+938 |
* | [TIPC] Moved configuration interface into tipc_config.h | Per Liden | 2006-01-12 | 2 | -0/+2 |
* | [TIPC} Fixed bug in disc_timeout() | Jon Maloy | 2006-01-12 | 2 | -27/+5 |
* | [TIPC] Use dynamically allocated family id with NETLINK_GENERIC | Per Liden | 2006-01-12 | 1 | -2/+2 |
* | [TIPC] Initial merge | Per Liden | 2006-01-12 | 48 | -0/+18191 |
* | [PATCH] capable/capability.h (net/) | Randy Dunlap | 2006-01-11 | 65 | -1/+69 |
* | [PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_META description | Adrian Bunk | 2006-01-11 | 1 | -1/+1 |
* | [PKT_SCHED] ematch: Remove bogus include. | Evgeniy Polyakov | 2006-01-11 | 1 | -1/+0 |
* | [NET]: Fix diverter build. | Evgeniy Polyakov | 2006-01-11 | 1 | -1/+1 |
* | [NET]: Remove more unneeded typecasts on *malloc() | Kris Katterjohn | 2006-01-11 | 16 | -41/+34 |
* | [IPV6]: Avoid calling ip6_xmit() with NULL sk | David Woodhouse | 2006-01-11 | 1 | -2/+18 |
* | [NETFILTER]: ip_ct_proto_gre_fini() cannot be __exit | David S. Miller | 2006-01-11 | 2 | -2/+5 |
* | [NET]: Some more missing include/etherdevice.h includes | David S. Miller | 2006-01-11 | 2 | -0/+2 |
* | [IPV6]: Fix modular build with netfilter enabled. | David S. Miller | 2006-01-10 | 2 | -2/+6 |
* | Fix net/core/wireless.c link failure | Linus Torvalds | 2006-01-10 | 1 | -0/+1 |
* | netfilter: headers included twice | Nicolas Kaiser | 2006-01-11 | 4 | -5/+0 |
* | [EBTABLES] Don't match tcp/udp source/destination port for IP fragments | Bart De Schuymer | 2006-01-10 | 1 | -0/+3 |
* | [NET]: Remove unneeded kmalloc() return value casts | Jesper Juhl | 2006-01-10 | 2 | -3/+3 |
* | [RXRPC]: Decrease number of pointer derefs in connection.c | Jesper Juhl | 2006-01-10 | 1 | -6/+8 |
* | [AF_NETLINK]: Fix DoS in netlink_rcv_skb() | Martin Murray | 2006-01-10 | 1 | -1/+1 |
* | [NETFILTER]: Fix timeout sysctls on big-endian 64bit architectures | Patrick McHardy | 2006-01-10 | 13 | -73/+73 |
* | [NETFILTER]: Remove unused function from NAT protocol helpers | Patrick McHardy | 2006-01-10 | 5 | -160/+0 |
* | [NETFILTER]: Fix return value confusion in PPTP NAT helper | Patrick McHardy | 2006-01-10 | 1 | -23/+13 |
* | [NETFILTER]: Fix another crash in ip_nat_pptp | Patrick McHardy | 2006-01-10 | 1 | -30/+27 |
* | [NETFILTER]: Fix crash in ip_nat_pptp | Patrick McHardy | 2006-01-10 | 1 | -1/+1 |
* | [NETFILTER]: net/ipv[46]/netfilter.c cleanups | Patrick McHardy | 2006-01-10 | 4 | -32/+6 |
* | [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr() | Kris Katterjohn | 2006-01-10 | 11 | -25/+26 |
* | Fix rpc shutdown event condition bug | Linus Torvalds | 2006-01-10 | 1 | -1/+1 |
* | [PATCH] TTY layer buffering revamp | Alan Cox | 2006-01-10 | 1 | -7/+2 |
* | [PATCH] nfs: sleep_on() removal | Ingo Molnar | 2006-01-10 | 1 | -1/+2 |
* | [PATCH] fix /sys/class/net/<if>/wireless without dev->get_wireless_stats | Andrey Borzenkov | 2006-01-10 | 1 | -9/+19 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/mingo/mutex-2.6 | Linus Torvalds | 2006-01-09 | 2 | -31/+31 |
|\ |
|
| * | [PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem | Jes Sorensen | 2006-01-09 | 2 | -31/+31 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-01-09 | 2 | -4/+4 |
|\ \ |
|
| * | | spelling: s/trough/through/ | Adrian Bunk | 2006-01-10 | 2 | -4/+4 |
| |/ |
|
* | | [INET_DIAG]: Introduce sk_diag_fill | Arnaldo Carvalho de Melo | 2006-01-09 | 1 | -10/+24 |
* | | [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fill | Arnaldo Carvalho de Melo | 2006-01-09 | 1 | -47/+111 |