]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/history - net
[PATCH] CONFIG_AIRO needs CONFIG_CRYPTO
[linux-2.6-omap-h63xx.git] / net /
2006-01-12 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2006-01-12 Linus TorvaldsMerge git://oss.sgi.com:8090/oss/git/xfs-2.6
2006-01-12 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/mcheh...
2006-01-12 Randy Dunlap[PATCH] capable/capability.h (net/)
2006-01-12 Nathan ScottMerge HEAD from oss.sgi.com:/oss/git/linux-2.6.git
2006-01-12 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2006-01-12 Adrian Bunk[PKT_SCHED] net/sched/Kconfig: fix typo in NET_EMATCH_M...
2006-01-12 Evgeniy Polyakov[PKT_SCHED] ematch: Remove bogus include.
2006-01-12 Evgeniy Polyakov[NET]: Fix diverter build.
2006-01-12 Kris Katterjohn[NET]: Remove more unneeded typecasts on *malloc()
2006-01-12 David Woodhouse[IPV6]: Avoid calling ip6_xmit() with NULL sk
2006-01-12 David S. Miller[NETFILTER]: ip_ct_proto_gre_fini() cannot be __exit
2006-01-12 David S. Miller[NET]: Some more missing include/etherdevice.h includes
2006-01-11 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2006-01-11 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/kyle...
2006-01-11 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2006-01-11 David S. Miller[IPV6]: Fix modular build with netfilter enabled.
2006-01-11 Linus TorvaldsFix net/core/wireless.c link failure
2006-01-11 Nicolas Kaisernetfilter: headers included twice
2006-01-10 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2006-01-10 Bart De Schuymer[EBTABLES] Don't match tcp/udp source/destination port...
2006-01-10 Jesper Juhl[NET]: Remove unneeded kmalloc() return value casts
2006-01-10 Jesper Juhl[RXRPC]: Decrease number of pointer derefs in connection.c
2006-01-10 Martin Murray[AF_NETLINK]: Fix DoS in netlink_rcv_skb()
2006-01-10 Patrick McHardy[NETFILTER]: Fix timeout sysctls on big-endian 64bit...
2006-01-10 Patrick McHardy[NETFILTER]: Remove unused function from NAT protocol...
2006-01-10 Patrick McHardy[NETFILTER]: Fix return value confusion in PPTP NAT...
2006-01-10 Patrick McHardy[NETFILTER]: Fix another crash in ip_nat_pptp
2006-01-10 Patrick McHardy[NETFILTER]: Fix crash in ip_nat_pptp
2006-01-10 Patrick McHardy[NETFILTER]: net/ipv[46]/netfilter.c cleanups
2006-01-10 Kris Katterjohn[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
2006-01-10 Linus TorvaldsMerge branch 'upstream' of git://ftp.linux-mips.org...
2006-01-10 Linus TorvaldsFix rpc shutdown event condition bug
2006-01-10 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2006-01-10 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2006-01-10 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2006-01-10 Linus TorvaldsMerge ssh://master.kernel.org/pub/scm/linux/kernel...
2006-01-10 Alan Cox[PATCH] TTY layer buffering revamp
2006-01-10 Ingo Molnar[PATCH] nfs: sleep_on() removal
2006-01-10 Andrey Borzenkov[PATCH] fix /sys/class/net/<if>/wireless without dev...
2006-01-10 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/gregk...
2006-01-10 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/mingo...
2006-01-10 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2006-01-09 Jes Sorensen[PATCH] mutex subsystem, semaphore to mutex: VFS, ...
2006-01-09 Adrian Bunkspelling: s/trough/through/
2006-01-09 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2006-01-09 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-arm
2006-01-09 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-serial
2006-01-09 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-mmc
2006-01-09 Arnaldo Carvalho... [INET_DIAG]: Introduce sk_diag_fill
2006-01-09 Arnaldo Carvalho... [INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_...
2006-01-09 Arnaldo Carvalho... [INET_DIAG]: whitespace/simple cleanups
2006-01-09 Arnaldo Carvalho... [INET_DIAG]: Use inet_twsk() with TIME_WAIT sockets
2006-01-09 Patrick McHardy[IPV6]: Set skb->priority in ip6_output.c
2006-01-09 Patrick McHardy[IPV4]: ip_output.c needs xfrm.h
2006-01-09 Jamal Hadi Salim[PKT_SCHED]: Fix qdisc return code.
2006-01-09 Kris Katterjohn[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
2006-01-09 Patrick McHardy[PKT_SCHED]: Prefix tc actions with act_
2006-01-09 Patrick McHardy[PKT_SCHED]: Fix memory leak when dumping in pedit...
2006-01-09 Patrick McHardy[PKT_SCHED]: Remove some obsolete policer exports
2006-01-09 Patrick McHardy[PKT_SCHED]: Convert tc action functions to single...
2006-01-09 Patrick McHardy[PKT_SCHED]: Use USEC_PER_SEC
2006-01-09 Patrick McHardy[NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv
2006-01-09 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/mcheh...
2006-01-09 Russell KingMerge Linus' tree.
2006-01-09 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2006-01-09 Linus TorvaldsMerge branch 'upstream-linus' of master.kernel.org...
2006-01-09 Linus TorvaldsMerge branch 'upstream-linus' of master.kernel.org...
2006-01-09 Kirill Korotaev[PATCH] netlink oops fix due to incorrect error code
2006-01-09 Johannes Berg[PATCH] ieee80211: enable hw wep where host has to...
2006-01-09 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2006-01-09 Matt Mackall[PATCH] tiny: Trim non-IPX builds
2006-01-09 Eric Dumazet[PATCH] shrink dentry struct
2006-01-09 Pekka Enberg[PATCH] slab: remove unused align parameter from alloc_...
2006-01-07 Adrian Bunk[IPV6]: small cleanups
2006-01-07 Adrian Bunk[IPV4]: make ip_fragment() static
2006-01-07 Joe Kappus[NETFILTER]: ip_conntrack_proto_sctp.c needs linux...
2006-01-07 Patrick McHardy[NETFILTER]: Add ipt_policy/ip6t_policy matches
2006-01-07 Patrick McHardy[NETFILTER]: Handle NAT in IPsec policy checks
2006-01-07 Patrick McHardy[NETFILTER]: Keep conntrack reference until IPsec polic...
2006-01-07 Patrick McHardy[NETFILTER]: Redo policy lookups after NAT when neccessary
2006-01-07 Patrick McHardy[NETFILTER]: Use conntrack information to determine...
2006-01-07 Patrick McHardy[NETFILTER]: Fix xfrm lookup in ip_route_me_harder...
2006-01-07 Patrick McHardy[IPV4]: reset IPCB flags when neccessary
2006-01-07 Patrick McHardy[IPV4/6]: Netfilter IPsec input hooks
2006-01-07 Patrick McHardy[IPV6]: Move nextheader offset to the IP6CB
2006-01-07 Patrick McHardy[XFRM]: Netfilter IPsec output hooks
2006-01-07 David S. Miller[DCCP]: ipv6.c needs net/ip6_checksum.c
2006-01-07 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2006-01-07 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-serial
2006-01-07 Linus TorvaldsMerge master.kernel.org:/home/rmk/linux-2.6-mmc
2006-01-07 Russell KingMerge with Linus' kernel.
2006-01-07 Len BrownAuto-update from upstream
2006-01-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/gregk...
2006-01-06 Linus TorvaldsMerge master.kernel.org:/pub/scm/linux/kernel/git/davem...
2006-01-06 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2006-01-06 Linus TorvaldsMerge git://git.linux-nfs.org/pub/linux/nfs-2.6
2006-01-06 Len BrownAuto-update from upstream
2006-01-06 Alexey Dobriyan[NET]: Endian-annotate in_aton()
2006-01-06 Alexey Dobriyan[NET]: Endian-annotate struct iphdr
next