aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2013-03-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2013-03-14Bluetooth: Fix not closing SCO sockets in the BT_CONNECT2 stateVinicius Costa Gomes
2013-03-08NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz
2013-03-08NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz
2013-03-08NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz
2013-03-08NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-06net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward
2013-03-06net: reduce net_rx_action() latency to 2 HZEric Dumazet
2013-03-06net: fix new kernel-doc warnings in net coreRandy Dunlap
2013-03-06pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente
2013-03-06pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente
2013-03-06pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente
2013-03-06pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente
2013-03-06pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente
2013-03-06pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente
2013-03-06net/irda: Raise dtr in non-blocking openPeter Hurley
2013-03-06net/irda: Use barrier to set task statePeter Hurley
2013-03-06net/irda: Hold port lock while bumping blocked_openPeter Hurley
2013-03-06net/irda: Fix port open countsPeter Hurley
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-03-04tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell
2013-03-04CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu
2013-03-04rds: simplify a warning messageCong Wang
2013-03-04net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti
2013-03-04sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang
2013-03-04rds: limit the size allocated by rds_message_alloc()Cong Wang
2013-03-03caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu
2013-03-02Merge tag 'nfs-for-3.9-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2013-03-02SUNRPC: One line comment fixTrond Myklebust
2013-03-02mac80211: another fix for idle handling in monitor modeFelix Fietkau
2013-03-01sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter
2013-03-01ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman
2013-03-01Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2013-03-01l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-01mac80211: fix VHT MCS calculationJohannes Berg
2013-03-01mac80211: fix oops on mesh PS broadcast forwardingMarco Porsch
2013-03-01nl80211: increase wiphy dump size dynamicallyJohannes Berg
2013-02-28Merge branch 'for-3.9' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2013-02-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds
2013-02-28SUNRPC: add call to get configured timeoutWeston Andros Adamson
2013-02-28sctp: fix association hangs due to partial delivery errorsLee A. Roberts
2013-02-28sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts
2013-02-28sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts
2013-02-28sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts
2013-02-28SUNRPC: make AF_LOCAL connect synchronousJ. Bruce Fields
2013-02-28mac80211: really fix monitor mode channel reportingJohannes Berg
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27sctp: convert to idr_alloc()Tejun Heo