aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-09-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-40/+49
2008-09-18sctp: Fix oops when INIT-ACK indicates that peer doesn't support AUTHVlad Yasevich2-8/+7
2008-09-18sctp: do not enable peer features if we can't do them.Vlad Yasevich1-2/+7
2008-09-18sctp: set the skb->ip_summed correctly when sending over loopback.Vlad Yasevich1-1/+2
2008-09-16warn: Turn the netdev timeout WARN_ON() into a WARN()Arjan van de Ven1-2/+1
2008-09-15udp: Fix rcv socket lockingHerbert Xu1-29/+33
2008-09-12[Bluetooth] Fix regression from using default link policyMarcel Holtmann1-0/+3
2008-09-09ipv6: Fix OOPS in ip6_dst_lookup_tail().Neil Horman1-32/+32
2008-09-09ipsec: Restore larval states and socket policies in dumpHerbert Xu2-0/+3
2008-09-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller5-18/+52
2008-09-09[Bluetooth] Reject L2CAP connections on an insecure ACL linkMarcel Holtmann3-5/+25
2008-09-09[Bluetooth] Enforce correct authentication requirementsMarcel Holtmann3-6/+23
2008-09-09[Bluetooth] Fix reference counting during ACL config stageMarcel Holtmann1-7/+4
2008-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-17/+91
2008-09-08bridge: don't allow setting hello time to zeroStephen Hemminger2-9/+25
2008-09-08netns : fix kernel panic in timewait socket destructionDaniel Lezcano3-0/+37
2008-09-07pkt_sched: Fix qdisc state in net_tx_action()Jarek Poplawski1-1/+6
2008-09-07netfilter: nf_conntrack_irc: make sure string is terminated before calling simple_strtoulPatrick McHardy1-0/+10
2008-09-07netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixletAlexey Dobriyan1-4/+4
2008-09-07netfilter: nf_conntrack_gre: more locking around keymap listAlexey Dobriyan1-1/+5
2008-09-07netfilter: nf_conntrack_sip: de-static helper pointersAlexey Dobriyan1-2/+4
2008-09-05Revert "mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOM"Linus Torvalds1-9/+39
2008-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds19-117/+117
2008-09-02tipc: Don't use structure names which easily globally conflict.David S. Miller19-117/+117
2008-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds14-35/+59
2008-09-02ipsec: Fix deadlock in xfrm_state management.David S. Miller1-9/+23
2008-09-02ipv: Re-enable IP when MTU > 68Breno Leitao1-3/+12
2008-09-02net/xfrm: Use an IS_ERR test rather than a NULL testJulien Brunel1-4/+2
2008-09-02mac80211: Fix debugfs union misuse and pointer corruptionJouni Malinen2-4/+6
2008-09-02net/wireless/Kconfig: clarify the description for CONFIG_WIRELESS_EXT_SYSFSFlorian Mickler1-1/+2
2008-09-02Merge branch 'for-2.6.27' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-21/+10
2008-09-01sunrpc: fix possible overrun on read of /proc/sys/sunrpc/transportsCyrill Gorcunov1-14/+4
2008-08-29pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()Jarek Poplawski7-11/+11
2008-08-29ipv6: When we droped a packet, we should return NET_RX_DROP instead of 0Yang Hongyang1-3/+3
2008-08-27sctp: fix random memory dereference with SCTP_HMAC_IDENT option.Vlad Yasevich2-2/+7
2008-08-27sctp: correct bounds check in sctp_setsockopt_auth_keyVlad Yasevich1-1/+1
2008-08-27Merge branch 'no-iwlwifi' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller5-55/+31
2008-08-27ipv4: mode 0555 in ipv4_skeletonHugh Dickins1-2/+2
2008-08-27tcp: fix tcp header size miscalculation when window scale is unusedPhilip Love1-2/+4
2008-08-27pkt_sched: Fix gen_estimator locksJarek Poplawski4-9/+17
2008-08-27pkt_sched: Use rcu_assign_pointer() to change dev_queue->qdiscJarek Poplawski2-3/+3
2008-08-27pkt_sched: Fix dev_graft_qdisc() lockingJarek Poplawski1-1/+1
2008-08-26mac80211: quiet chatty IBSS merge messageJohn W. Linville1-1/+1
2008-08-26mac80211: don't send empty extended rates IEJan-Espen Pettersen1-1/+1
2008-08-26mac80211: Fix debugfs file add/del for netdevJouni Malinen2-12/+18
2008-08-26net/mac80211/mesh.c: correct the argument to __mesh_table_freeJulia Lawall1-1/+1
2008-08-26mac80211: Use IWEVASSOCREQIE instead of IWEVCUSTOMJouni Malinen1-39/+9
2008-08-26net: rfkill: add missing line breakFelipe Balbi1-1/+1
2008-08-25ipv6: sysctl fixesAl Viro1-1/+1
2008-08-25ipv4: sysctl fixesAl Viro1-4/+20