Age | Commit message (Expand) | Author | Files | Lines |
2006-01-19 | Merge git://tipc.cslab.ericsson.net/pub/git/tipc | David S. Miller | 46 | -1700/+1693 |
2006-01-19 | [IPV4]: Fix multiple bugs in IGMPv3 | David L Stevens | 1 | -30/+122 |
2006-01-19 | [PKTGEN]: Respect hard_header_len of device. | David S. Miller | 1 | -2/+3 |
2006-01-18 | [IPV4]: RT_CACHE_STAT_INC() warning fix | Andrew Morton | 1 | -1/+2 |
2006-01-18 | [TIPC] Avoid polluting the global namespace | Per Liden | 44 | -1673/+1654 |
2006-01-18 | [TIPC] Group protocols with sub-options in Kconfig | Per Liden | 1 | -1/+1 |
2006-01-18 | [TIPC] Add help text for TIPC configuration option | Per Liden | 1 | -1/+6 |
2006-01-18 | [TIPC] Remove unused #includes | Per Liden | 3 | -4/+0 |
2006-01-18 | [TIPC] Move ethernet protocol id to linux/if_ether.h | Per Liden | 1 | -3/+2 |
2006-01-18 | [TIPC] Updated link priority macros | Per Liden | 4 | -12/+20 |
2006-01-18 | [TIPC] Minor changes to #includes | Jon Maloy | 6 | -6/+10 |
2006-01-18 | [NET]: Use is_zero_ether_addr() in net/core/netpoll.c | Kris Katterjohn | 1 | -1/+1 |
2006-01-18 | [PKTGEN]: Replacing with (compare|is_zero)_ether_addr() and ETH_ALEN | Kris Katterjohn | 1 | -23/+11 |
2006-01-18 | [NET]: "signed long" -> "long" | Kris Katterjohn | 3 | -8/+8 |
2006-01-18 | [EBTABLES]: Handle SCTP/DCCP in ebt_{ip,log} | Patrick McHardy | 2 | -2/+6 |
2006-01-18 | [PKT_SCHED]: Handle SCTP/DCCP in sfq_hash | Patrick McHardy | 1 | -0/+4 |
2006-01-17 | [IPV4]: rt_cache_stat can be statically defined | Eric Dumazet | 1 | -10/+4 |
2006-01-17 | [NETFILTER]: ip_conntrack_proto_gre.c needs linux/interrupt.h | David S. Miller | 1 | -0/+1 |
2006-01-17 | [NETFILTER] ip6tables: whitespace and indent cosmetic cleanup | Yasuyuki Kozakai | 7 | -422/+427 |
2006-01-17 | [NETFILTER] Makefile cleanup | Yasuyuki Kozakai | 2 | -2/+0 |
2006-01-17 | [NETFILTER] ip[6]t_policy: Fix compilation warnings | Benoit Boissinot | 2 | -3/+6 |
2006-01-17 | [NET]: Fix whitespace issues in net/core/filter.c | Kris Katterjohn | 1 | -7/+6 |
2006-01-17 | [PKT_SCHED] sch_prio: fix qdisc bands init | Amnon Aaronsohn | 1 | -4/+3 |
2006-01-17 | [IPV6]: Preserve procfs IPV6 address output format | YOSHIFUJI Hideaki | 4 | -7/+7 |
2006-01-15 | x86: Work around compiler code generation bug with -Os | Linus Torvalds | 1 | -3/+3 |
2006-01-15 | [PATCH] Unlinline a bunch of other functions | Arjan van de Ven | 5 | -13/+13 |
2006-01-14 | [NETFILTER] x-tables: Missing linux/ipv6.h includes. | David S. Miller | 2 | -0/+2 |
2006-01-14 | [PKT_SCHED]: Change default clock source to gettimeofday | Patrick McHardy | 1 | -1/+1 |
2006-01-14 | [XFRM]: IPsec tunnel wildcard address support | Patrick McHardy | 2 | -0/+32 |
2006-01-14 | [NET]: Clean up comments for sk_chk_filter() | Kris Katterjohn | 1 | -7/+3 |
2006-01-14 | [NET]: Use NIP6_FMT in kernel.h | Joe Perches | 15 | -51/+32 |
2006-01-14 | [PATCH] genetlink: don't touch module ref count | Per Liden | 2 | -8/+0 |
2006-01-13 | [NETFILTER] x_tables: Abstraction layer for {ip,ip6,arp}_tables | Harald Welte | 98 | -3446/+2646 |
2006-01-13 | [TIPC]: Fix 64-bit build warnings. | David S. Miller | 3 | -6/+9 |
2006-01-13 | [TIPC] More updates of file headers | Per Liden | 38 | -37/+38 |
2006-01-13 | [TIPC] Update of file headers | Per Liden | 44 | -87/+43 |
2006-01-13 | [TIPC] Cleaned up info/warn/err macros | Per Liden | 4 | -7/+7 |
2006-01-13 | [TIPC] License header update | Per Liden | 44 | -762/+938 |
2006-01-13 | [TIPC] Moved configuration interface into tipc_config.h | Per Liden | 2 | -0/+2 |
2006-01-13 | [TIPC} Fixed bug in disc_timeout() | Jon Maloy | 2 | -27/+5 |
2006-01-13 | [TIPC] Use dynamically allocated family id with NETLINK_GENERIC | Per Liden | 1 | -2/+2 |
2006-01-13 | [TIPC] Initial merge | Per Liden | 48 | -0/+18191 |
2006-01-12 | [PATCH] capable/capability.h (net/) | Randy Dunlap | 65 | -1/+69 |
2006-01-12 | [PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_META description | Adrian Bunk | 1 | -1/+1 |
2006-01-12 | [PKT_SCHED] ematch: Remove bogus include. | Evgeniy Polyakov | 1 | -1/+0 |
2006-01-12 | [NET]: Fix diverter build. | Evgeniy Polyakov | 1 | -1/+1 |
2006-01-12 | [NET]: Remove more unneeded typecasts on *malloc() | Kris Katterjohn | 16 | -41/+34 |
2006-01-12 | [IPV6]: Avoid calling ip6_xmit() with NULL sk | David Woodhouse | 1 | -2/+18 |
2006-01-12 | [NETFILTER]: ip_ct_proto_gre_fini() cannot be __exit | David S. Miller | 2 | -2/+5 |
2006-01-12 | [NET]: Some more missing include/etherdevice.h includes | David S. Miller | 2 | -0/+2 |