summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-1821-95/+232
|\
| * NFC: llcp: Report error to pending sockets when a device is removedSamuel Ortiz2013-03-081-4/+12
| * NFC: llcp: Clean raw sockets from nfc_llcp_socket_releaseSamuel Ortiz2013-03-081-0/+29
| * NFC: llcp: Clean local timers and works when removing a deviceSamuel Ortiz2013-03-081-7/+14
| * NFC: llcp: Decrease socket ack log when accepting a connectionSamuel Ortiz2013-03-081-0/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-066-42/+70
| |\
| * | net/ipv4: Timestamp option cannot overflow with prespecified addressesDavid Ward2013-03-061-1/+1
| * | net: reduce net_rx_action() latency to 2 HZEric Dumazet2013-03-061-1/+1
| * | net: fix new kernel-doc warnings in net coreRandy Dunlap2013-03-061-1/+1
| * | pkt_sched: sch_qfq: remove a useless invocation of qfq_update_eligiblePaolo Valente2013-03-061-2/+0
| * | pkt_sched: sch_qfq: do not allow virtual time to jump if an aggregate is in s...Paolo Valente2013-03-061-1/+2
| * | pkt_sched: sch_qfq: prevent budget from wrapping around after a dequeuePaolo Valente2013-03-061-1/+9
| * | pkt_sched: sch_qfq: serve activated aggregates immediately if the scheduler i...Paolo Valente2013-03-061-14/+22
| * | pkt_sched: sch_qfq: fix the update of eligible-group setsPaolo Valente2013-03-061-1/+1
| * | pkt_sched: sch_qfq: properly cap timestamps in charge_actual_servicePaolo Valente2013-03-061-2/+11
| * | net/irda: Raise dtr in non-blocking openPeter Hurley2013-03-061-2/+9
| * | net/irda: Use barrier to set task statePeter Hurley2013-03-061-1/+1
| * | net/irda: Hold port lock while bumping blocked_openPeter Hurley2013-03-061-2/+2
| * | net/irda: Fix port open countsPeter Hurley2013-03-061-9/+5
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0519-139/+175
| |\ \
| | * | tcp: fix double-counted receiver RTT when leaving receiver fast pathNeal Cardwell2013-03-041-3/+3
| | * | CAIF: fix sparse warning for caif_usbSilviu-Mihai Popescu2013-03-041-2/+2
| | * | rds: simplify a warning messageCong Wang2013-03-041-4/+1
| | * | net: ipv6: Don't purge default router if accept_ra=2Lorenzo Colitti2013-03-041-1/+2
| | * | sctp: use KMALLOC_MAX_SIZE instead of its own MAX_KMALLOC_SIZECong Wang2013-03-041-5/+3
| | * | rds: limit the size allocated by rds_message_alloc()Cong Wang2013-03-041-0/+3
| | * | caif_dev: fix sparse warnings for caif_flow_cbSilviu-Mihai Popescu2013-03-031-1/+1
| | * | sctp: use the passed in gfp flags instead GFP_KERNELDan Carpenter2013-03-011-1/+1
| | * | ipv[4|6]: correct dropwatch false positive in local_deliver_finishNeil Horman2013-03-012-4/+8
| | * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-03-014-90/+62
| | |\ \
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-014-90/+62
| | | |\ \
| | * | | | l2tp: Restore socket refcount when sendmsg succeedsGuillaume Nault2013-03-011-0/+1
| | |/ / /
| | * | | sctp: fix association hangs due to partial delivery errorsLee A. Roberts2013-02-281-11/+43
| | * | | sctp: fix association hangs due to errors when reneging events from the order...Lee A. Roberts2013-02-281-4/+22
| | * | | sctp: fix association hangs due to reneging packets below the cumulative TSN ...Lee A. Roberts2013-02-281-2/+7
| | * | | sctp: fix association hangs due to off-by-one errors in sctp_tsnmap_grow()Lee A. Roberts2013-02-281-6/+7
| | * | | net/sctp: Validate parameter size for SCTP_GET_ASSOC_STATSGuenter Roeck2013-02-271-3/+3
| | * | | irda: small read beyond end of array in debug codeDan Carpenter2013-02-271-2/+5
| | * | | Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller2013-02-261-1/+2
| | |\ \ \
| | | * | | netfilter: ipset: "Directory not empty" error messageJozsef Kadlecsik2013-02-211-1/+2
* | | | | | NFC: llcp: Add cleanup support for unreplied SNL requestsThierry Escande2013-03-103-0/+57
* | | | | | NFC: llcp: Service Name Lookup netlink interfaceThierry Escande2013-03-105-0/+302
* | | | | | NFC: llcp: Service Name Lookup SDRES aggregationThierry Escande2013-03-103-27/+94
* | | | | | NFC: Add missing type policies for netlink attributesThierry Escande2013-03-101-0/+3
* | | | | | NFC: llcp: Remove redundant printkSamuel Ortiz2013-03-101-2/+0
* | | | | | NFC: llcp: Use socket specific link parameters before the local onesSamuel Ortiz2013-03-103-8/+23
* | | | | | NFC: llcp: Implement socket optionsSamuel Ortiz2013-03-102-2/+120
* | | | | | NFC: llcp: Rename socket rw and miu fieldsSamuel Ortiz2013-03-104-16/+19
* | | | | | mac80211: init mesh timer for user authed STAsThomas Pedersen2013-03-062-1/+5
* | | | | | mac80211: disallow changing auto_open_plinksThomas Pedersen2013-03-061-1/+4
OpenPOWER on IntegriCloud