aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2011-11-14rds: drop "select LLIST"Paul Bolle
2011-11-14net/packet: remove dead code and unneeded variable from prb_setup_retire_blk_...Jesper Juhl
2011-11-12ah: Don't return NET_XMIT_DROP on input.Nick Bowler
2011-11-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-11-09ipv4: fix for ip_options_rcv_srr() daddr update.Li Wei
2011-11-09ah: Read nexthdr value before overwriting it in ahash input callback.Nick Bowler
2011-11-09ah: Correctly pass error codes in ahash output callback.Nick Bowler
2011-11-09Merge branch 'master' of ssh://ra.kernel.org/pub/scm/linux/kernel/git/linvill...John W. Linville
2011-11-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-11-08ipv4: Fix inetpeer expire time informationSteffen Klassert
2011-11-08tcp: Fix comments for Nagle algorithmFeng King
2011-11-08l2tp: fix l2tp_udp_recv_core()Eric Dumazet
2011-11-08ipv6: drop packets when source address is multicastBrian Haley
2011-11-07Bluetooth: Use miliseconds for L2CAP channel timeoutsAndrzej Kaczmarek
2011-11-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2011-11-07Bluetooth: Revert: Fix L2CAP connection establishmentArek Lichwa
2011-11-07wanrouter: Remove kernel_lock annotationsRichard Weinberger
2011-11-07mac80211: uAPSD - fix IEEE80211_FCTL_MOREDATA bit settingJanusz.Dziedzic@tieto.com
2011-11-07cfg80211: fix cmp_iesJohannes Berg
2011-11-07cfg80211: allow setting TXQ parameters only in AP modeJohannes Berg
2011-11-07nl80211: fix HT capability attribute validationJohannes Berg
2011-11-07mac80211: use min rate as basic rate for buggy APsEliad Peller
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2011-11-04Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2011-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2011-11-03af_packet: de-inline some helper functionsOlof Johansson
2011-11-03net: Add back alignment for size for __alloc_skbTony Lindgren
2011-11-03net: add missing bh_unlock_sock() callsEric Dumazet
2011-11-03l2tp: fix race in l2tp_recv_dequeue()Eric Dumazet
2011-11-02Merge branch 'osd-devel' into nfs-for-nextTrond Myklebust
2011-11-02mac80211: disable powersave for broken APsJohannes Berg
2011-11-02mac80211: Fix TDLS support validation in add_station handlerJouni Malinen
2011-11-02mac80211: config hw when going back on-channelEliad Peller
2011-11-02mac80211: fix remain_off_channel regressionEliad Peller
2011-11-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2011-11-02udp: fix a race in encap_rcv handlingEric Dumazet
2011-11-02x25: Fix NULL dereference in x25_recvmsgDave Jones
2011-11-01net: make the tcp and udp file_operations for the /proc stuff constArjan van de Ven
2011-11-01vlan: Don't propagate flag changes on down interfaces.Matthijs Kooijman
2011-11-01neigh: Kill bogus SMP protected debugging message.David S. Miller
2011-11-01netfilter: do not propagate nf_queue errors in nf_hook_slowFlorian Westphal
2011-11-01netfilter: ipv6: fix afinfo->route refcnt leak on errorFlorian Westphal
2011-11-01ipvs: Remove unused variable "cs" from ip_vs_leave function.Krzysztof Wilczynski
2011-11-01netfilter: Remove unnecessary OOM logging messagesJoe Perches
2011-11-01ipvs: Removed unused variablesSimon Horman
2011-11-01ipvs: Remove unused return value of protocol state transitionsSimon Horman
2011-11-01ipvs: Remove unused parameter from ip_vs_confirm_conntrack()Simon Horman
2011-11-01ipvs: Expose ip_vs_ftp module parameters via sysfs.Krzysztof Wilczynski
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Joe Perches