summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2003-12-30[AX25]: Missing spin_unlock() and recvmsg reported dst instead of src.Jeroen Vreeken
2003-12-30Merge nuts.ninka.net:/disk1/davem/BK/netleak-2.5David S. Miller
2003-12-30Merge bk://kernel.bkbits.net/davem/net-2.6Linus Torvalds
2003-12-29[PATCH] Fix 2.6.0's broken documentation referencesAndrew Morton
2003-12-29[NET]: Missing sysctl strategy entries in net/{core,ipv6,appletalk}Hideaki Yoshifuji
2003-12-29[NET]: Uninline {lock,release}_sock().Arnaldo Carvalho de Melo
2003-12-29Merge nuts.ninka.net:/disk1/davem/BK/net-2.6.1David S. Miller
2003-12-29[BRIDGE]: Fix loopback over bridge port.Bart De Schuymer
2003-12-24[IPV6]: Do not update MTU by invalid value in RA message.Hideaki Yoshifuji
2003-12-24[NET]: AX25, netrom, and rose bug fixes for 2.6.0Jeroen Vreeken
2003-12-24[BRIDGE]: Add 4 sysctl entries for bridge netfilter behavioral control:Bart De Schuymer
2003-12-24[NET]: Fix mis-spellings in net/core/neighbour.cHideaki Yoshifuji
2003-12-24[PKT_SCHED]: Remove backlog accounting from TBF, pass limit to default inner ...Patrick McHardy
2003-12-24[PKT_SCHED]: Fix module refcount and mem leaks in classful qdiscs.Patrick McHardy
2003-12-24[AF_PACKET]: Drop SKB route of packets queued to userspace.Stephen Hemminger
2003-12-21[IPV6]: Build fix and dst entry leak in neighbour discovery.Stephen Hemminger
2003-12-21[BRIDGE NETFILTER]: IPV6 needs the skb->nf_bridge leak fix as well.Bart De Schuymer
2003-12-16[BRIDGE NETFILTER]: Fix leaks and crashes in SKB handling.Bart De Schuymer
2003-12-11[NET]: Fix missing netdev unregister/free in netrom and rose protocols.Alexander Viro
2003-12-09[BLUETOOTH]: Put MODULE_ALIAS_NETPROTO for PF_BLUETOOTH in af_bluetooth.cStephen Hemminger
2003-12-09[ROSE]: Fix use after free in socket destruction.Stephen Hemminger
2003-12-08[IPV6]: Fix TCP socket leak.Arnaldo Carvalho de Melo
2003-12-07[PKT_SCHED]: In HTB, filters must be destroyed before the classes.Martin Devera
2003-12-07[PKT_SCHED]: Do not dereference the special pointer value 'HTB_DIRECT'.David S. Miller
2003-12-04[BRIDGE]: Provide correct TOS value to IPv4 routing.Julian Anastasov
2003-12-04[NETFILTER]: In conntrack, do not fragment TSO packets by accident.David S. Miller
2003-12-02[NETFILTER]: Sanitize ip_ct_tcp_timeout_close_wait value, from 2.4.xHarald Welte
2003-12-02[IPV6]: Fix ipv4 mapped address calculation in udpv6_sendmsg().Hideaki Yoshifuji
2003-12-02[IPV6]: Neighbour discovery bypasses netfilter.jlut@cs.hut.fi
2003-12-01[NETFILTER]: Trivial -- Get rid of warnings in netfilter if /proc is not conf...Stephen Hemminger
2003-11-30[PATCH] Missing initialization of /proc/net/tcp seq_fileHirofumi Ogawa
2003-11-29[SCTP]: Fix sm.h/sctp.h header include loop.Herbert Xu
2003-11-29[NETFILTER]: Sanitize ip_ct_tcp_timeout_close_wait value, from 2.4.xHarald Welte
2003-11-29[TCP]: Fix OOPS when seeking in /proc/net/tcp.Hirofumi Ogawa
2003-11-29[XFRM]: Check whether a dst is still valid before adding it to a bundle.Herbert Xu
2003-11-26[XFRM]: Handle device down/unregister events.Herbert Xu
2003-11-26[IPV6]: Fix ipv4 mapped address calculation in udpv6_sendmsg().Hideaki Yoshifuji
2003-11-25[IRDA]: Fix SKB leaks.Jean Tourrilhes
2003-11-25[BRIDGE]: Fix netfilter config tests.Bart De Schuymer
2003-11-25[IPV6]: Redo stateless addrconf properly.Hideaki Yoshifuji
2003-11-24[ECONET]: Do not leak SKBs if ec_queue_packet() fails.David S. Miller
2003-11-23[IPV6]: Multicast output bypasses netfilter hooks, fix.David Stevens
2003-11-21[IPV6]: Fix header length calculation in multicast input.David Stevens
2003-11-20[IPV6]: In igmp6_group_queried, fix address check to comply with RFC2710.David Stevens
2003-11-19[IPV4]: igmp.c needs linux/times.hDavid S. Miller
2003-11-19[IPV4]: Fix jiffies procfs output in multicast code.Hideaki Yoshifuji
2003-11-19[IPV6]: Fix jiffies procfs output in multicast code.David Stevens
2003-11-19[IPV6]: In multicast code, set MAF_TIMER_RUNNING when timer is set.David Stevens
2003-11-18[IPV6]: Fix milliseconds to jiffies conversion in multicast code.David Stevens
2003-11-18[NET SCHED]: Fix queue limits in multiple qdiscs.Patrick McHardy