summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-10-09udp: Fix rcv socket lockingHerbert Xu1-26/+33
2008-10-09sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2-8/+7
2008-10-09sctp: do not enable peer features if we can't do them.Vlad Yasevich1-2/+7
2008-10-09ipsec: Fix pskb_expand_head corruption in xfrm_state_check_spaceHerbert Xu1-4/+8
2008-10-09ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman1-32/+32
2008-10-09XFRM,IPv6: initialize ip6_dst_blackhole_ops.kmem_cachepArnaud Ebalard1-0/+2
2008-10-09af_key: Free dumping state on socket closeTimo Teras1-11/+19
2008-09-08sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov1-14/+4
2008-09-08ipsec: Fix deadlock in xfrm_state management.David S. Miller1-9/+23
2008-09-08sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2-2/+7
2008-09-08sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich1-1/+1
2008-09-08sch_prio: Fix nla_parse_nested_compat() regressionThomas Graf1-5/+11
2008-09-08sctp: add verification checks to SCTP_AUTH_KEY optionVlad Yasevich2-0/+9
2008-09-08sctp: fix potential panics in the SCTP-AUTH API.Vlad Yasevich2-22/+67
2008-09-08udp: Drop socket lock for encapsulated packetsHerbert Xu2-5/+7
2008-09-08pkt_sched: Fix actions referencingJamal Hadi Salim1-3/+2
2008-09-08pkt_sched: Fix return value corruption in HTB and TBF.David S. Miller2-17/+14
2008-09-08netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_sad...Brian Haley8-12/+18
2008-09-08ipv6: Fix OOPS, ip -f inet6 route get fec0::1, linux-2.6.26, ip6_route_output...Brian Haley1-1/+2
2008-09-08AX.25: Fix sysctl registration if !CONFIG_AX25_DAMA_SLAVERalf Baechle1-10/+4
2008-08-20ipv6: Fix ip6_xmit to send fragments if ipfragok is trueWei Yongjun1-0/+4
2008-08-20syncookies: Make sure ECN is disabledFlorian Westphal2-0/+2
2008-08-20dccp: change L/R must have at least one byte in the dccpsf_val fieldArnaldo Carvalho de Melo1-0/+5
2008-08-20ipvs: Fix possible deadlock in estimator codeSven Wegener1-2/+5
2008-08-06Bluetooth: Signal user-space for HIDP and BNEP socket errorsMarcel Holtmann2-0/+15
2008-08-06netfilter: xt_time: fix time's time_mt()'s use of do_div()David Howells1-1/+1
2008-08-06netfilter: nf_nat_sip: c= is optional for sessionHerbert Xu1-13/+25
2008-08-01tcp: Clear probes_out more aggressively in tcp_ack().David S. Miller1-2/+1
2008-08-01ipv6: use timer pendingStephen Hemminger1-2/+2
2008-08-01udplite: Protection against coverage value wrap-aroundGerrit Renker1-0/+4
2008-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds17-78/+58
2008-07-11xfrm: Add a XFRM_STATE_AF_UNSPEC flag to xfrm_usersa_infoSteffen Klassert1-2/+1
2008-07-11ipv6: missed namespace context in ipv6_rthdr_rcvDenis V. Lunev1-1/+1
2008-07-11netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev3-21/+4
2008-07-11ipv4: fib_trie: Fix lookup error returnBen Hutchings1-11/+6
2008-07-11tcp: correct kcalloc usageMilton Miller1-1/+1
2008-07-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2-23/+13
2008-07-10netfilter: nf_nat_snmp_basic: fix a range check in NAT for SNMPDavid Howells1-1/+1
2008-07-10netfilter: nf_conntrack_tcp: fix endless loopPatrick McHardy1-2/+8
2008-07-10rc80211_pid: Fix fast_start parameter handlingMattias Nissler2-23/+13
2008-07-09ipv6: fix race between ipv6_del_addr and DAD timerAndrey Vagin1-2/+2
2008-07-08SUNRPC: Fix an rpcbind breakage for the case of IPv6 lookupsTrond Myklebust1-8/+9
2008-07-08SUNRPC: Fix a double-free in rpcbindTrond Myklebust1-4/+2
2008-07-08irda: Fix netlink error path return valueJulius Volz1-2/+2
2008-07-08sctp: Mark the tsn as received after all allocations finishVlad Yasevich2-6/+8
2008-07-07mac80211: don't report selected IBSS when not foundVladimir Koutny1-2/+4
2008-07-07mac80211: Only flush workqueue when last interface was removedIvo van Doorn1-2/+2
2008-07-07mac80211: move netif_carrier_on to after ieee80211_bss_info_change_notifyGuy Cohen1-2/+5
2008-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds5-8/+42
2008-07-06can: add sanity checksOliver Hartkopp3-4/+32