summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2008-09-08sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov
2008-09-08ipsec: Fix deadlock in xfrm_state management.David S. Miller
2008-09-08sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich
2008-09-08sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich
2008-09-08sch_prio: Fix nla_parse_nested_compat() regressionThomas Graf
2008-09-08sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich
2008-09-08sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich
2008-09-08udp: Drop socket lock for encapsulated packetsHerbert Xu
2008-09-08pkt_sched: Fix actions referencingJamal Hadi Salim
2008-09-08pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller
2008-09-08netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley
2008-09-08ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...Brian Haley
2008-09-08AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle
2008-08-20ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun
2008-08-20syncookies: Make sure ECN is disabledFlorian Westphal
2008-08-20dccp: change L/R must have at least one byte in the dccpsf_val fieldArnaldo Carvalho de Melo
2008-08-20ipvs: Fix possible deadlock in estimator codeSven Wegener
2008-08-06Bluetooth: Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann
2008-08-06netfilter: xt_time: fix time's time_mt()'s use of do_div()David Howells
2008-08-06netfilter: nf_nat_sip: c= is optional for sessionHerbert Xu
2008-08-01tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller
2008-08-01ipv6: use timer pendingStephen Hemminger
2008-08-01udplite: Protection against coverage value wrap-aroundGerrit Renker
2008-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-10xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert
2008-07-10ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev
2008-07-10ipv4: fib_trie: Fix lookup error returnBen Hutchings
2008-07-10tcp: correct kcalloc usageMilton Miller
2008-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2008-07-09netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells
2008-07-09netfilter: nf_conntrack_tcp: fix endless loopPatrick McHardy
2008-07-09rc80211_pid: Fix fast_start parameter handlingMattias Nissler
2008-07-08ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin
2008-07-08SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust
2008-07-08SUNRPC: Fix a double-free in rpcbindTrond Myklebust
2008-07-08irda: Fix netlink error path return valueJulius Volz
2008-07-08sctp: Mark the tsn as received after all allocations finishVlad Yasevich
2008-07-07mac80211: don't report selected IBSS when not foundVladimir Koutny
2008-07-07mac80211: Only flush workqueue when last interface was removedIvo van Doorn
2008-07-07mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen
2008-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-07-05can: add sanity checksOliver Hartkopp
2008-07-03svcrpc: fix handling of garbage argsJ. Bruce Fields
2008-07-03bridge: fix use-after-free in br_cleanup_bridges()Patrick McHardy
2008-07-03tcp: fix a size_t < 0 comparison in tcp_read_sockOctavian Purdila
2008-07-03tcp: net/ipv4/tcp.c needs linux/scatterlist.hAndrew Morton
2008-07-01net: fib_rules: fix error code for unsupported familiesPatrick McHardy
2008-07-01netdevice: Fix wrong string handle in kernel command line parsingWang Chen
2008-07-01net: Tyop of sk_filter() commentWang Chen